nowfound

Alternatives

Products that do what A Multi User Multi Task Board MCP Server does

I built a simple multi user, multi board, Task/Kanban MCP server. I have been looking for something like this to manage development agents, but I wasn't seeing anything that felt like what I wanted. So I set down and decided to vibe code an alternative. While it was an experiment at first I have been using it daily for my personal development projects and I really think there are others who might be looking for exactly this. It's 100% a WIP, but it is also very usable. I have a demo instance running at https://mootasks.dev. If you find this interesting I'd appreciate a star.…

  1. 1
    Solo 2.0142

    Personal kanban boards hosted on your own server

    2016

  2. 2
    Sprout109

    A kanban board that feels at home on your Mac

    Dec 2025

  3. 3CA
  4. 4AM

    I’ve been building Canine for about 2 years now, and have slowly grown it to about ~1000 developers using it for deploying all sorts of apps / projects / etc. Amazingly, the whole thing is still able to run on a single 48GB Hetzner VPS. Think of it basically like Coolify, for Kubernetes. I previously posted about it here: https://news.ycombinator.com/item?id=44292103 Recently, we added MCP capabilities to canine, and I was shocked how well it worked. It basically is able to create services, cron jobs, databases, get the logs for these and redeploy. See it here:…

    Apr 2026

  5. 5AU

    2025 · github.com

  6. 6

    Project management without the complexity.

    Jul 2026 · kantanban.com

  7. 7KC

    Hello HN, Ever since agents have become increasingly common in development, I've been scratching my head as to how to control their randomness. Recently, I decided to emulate an issue-tracking and project-management tool for agent-driven workflows. Kanban is a Rust-based coordination layer designed to provide a feature-rich terminal interface and enforce rigorous workflows. It aims to be versatile and extendable, made to be tailored to any preferred flow. It comes with full git integration and guardrails such that only what truly benefits a project can go through. The workflow boils down to…

    May 2026 · codeberg.org

  8. 8SH
  9. 9GC

    Hello HN, we're Andrew and Stephen from Keyboard (https://www.keyboard.dev/). After building AI tools for the past year, we recently made a YouTube video on building MCP servers and realized MCP is a total game-changer. It essentially lets AI do anything by connecting to your apps. But the deeper we dove, the clearer it became that security and privacy were complete afterthoughts. Coming from backgrounds at Okta and Stripe, this made us pretty uncomfortable. We kept seeing the same pattern: every app needs its own MCP server, each storing sensitive tokens, with minimal…

    2025 · github.com

  10. 10MM

    Hey HN! I’m Gui from deco (decocms.com). We’ve been using this tool internally as the foundation for a few customer AI platforms, and today we’re open-sourcing it as MCP Mesh. MCP is quickly becoming the standard for agentic systems, but… once you go past a couple servers it turns into the same problems for every team: - M×N config sprawl (every client wired to every server, each with its own JSON + ports + retries) - Token + tool bloat (dumping tool definitions into every prompt doesn’t scale) - Credentials + blast radius (tokens scattered across clients, hard to audit, hard to revoke) - No…

    Dec 2025 · github.com

  11. 11BI

    Just wanted to share my latest project Taskstax, it's just a simple Kanban kind of trello clone, built mainly for the learns, but it works too so it's online. Simple Kanban boards, easy login that takes you straight to it. It uses socket.io for data xfer after login which was fun to setup and also makes it work well. Totally free, any feedback would be cool or if you wanted some info on the tech just ask.

    2025 · taskstax.com

  12. 12TB

    Most agent tools (Devin, n8n, Codex, etc.) create new user experiences and dashboards for managing work. It feels like we should work alongside agents and use the tools we already do. To test this experience, we built Dispatch Board. It lets you work alongside agents and humans using a kanban board to create tasks and respond to any questions that come up. Would love feedback on workflows you’d try, where it breaks, or whether this belongs inside an existing tool instead of yet another board. Thanks!

    2025 · dispatchboard.ai

  13. 13MA

    I’ve been building and using agents heavily lately. The Model Context Protocol ecosystem is growing insanely fast, but discovering and configuring new tools is still highly manual. Every time I needed to connect an agent to a new service, I had to browse registries, figure out the transport type, identify required env vars, and manually update "mcp.json" files. So I built MCPfinder. It aggregates servers from the official MCP registry, Glama, and Smithery (around 25,000 combined entries) into a deduplicated, ranked catalog. But the real twist is the DX: MCPfinder is itself an MCP server :D…

    Apr 2026 · mcpfinder.dev

  14. 14CM

    I built an MCP server that connects coding agents (Claude Code, Cursor, OpenCode, Codex) to a collaborative workspace where your team and other AI models can review what the agent is planning. The problem: When Claude Code creates an implementation plan, it lives in your terminal session. Nobody else sees it until it becomes a PR. If you want GPT to check the architecture or a teammate to flag issues, you're copy-pasting between windows. This MCP server fixes that. When your agent creates a plan, it gets shared as a collaborative thread in CoChat. Engineers comment on it, other AI models…

    Feb 2026 · github.com

  15. 15WC

    A friend and I built this as a side project to help us collaborate on files with our agents. Claude / Codex kept outputting .md and .html files which are great until we needed to share them, so we built this small website to help with that. Agent can either use an HTTP + Skill or an MCP which also uses MCP Apps to add widgets to Claude Desktop / Mobile chat. Would love any feedback and hopefully this helps someone else as it did us!

    Jun 2026 · workplane.co

  16. 16AW

    I have a YouTube channel (rithmic) that helps people to learn how to code. I have built this job board for them. Let me know your thoughts...

    2024 · webdevjobs.io

  17. 17IM

    Store memories, auto-extract entities and relationships, search semantically. MCP server + REST API + SDKs. Self-hostable, cloud option, MIT license.

    May 2026 · agentrecall.cloud

  18. 18IM

    Recently, I was exploring the OpenAI Agents SDK and building MCP agents and agentic Workflows. To implement my learnings, I thought, why not solve a real, common problem? So I built this multi-agent job search workflow that takes a LinkedIn profile as input and finds personalized job opportunities based on your experience, skills, and interests. I used: - OpenAI Agents SDK to orchestrate the multi-agent workflow - Bright Data MCP server for scraping LinkedIn profiles & YC jobs. - Nebius AI models for fast + cheap inference - Streamlit for UI (The project isn't that complex - I kept it…

    2025

  19. 19

    Plan smarter. Ship faster. Let AI do the heavy lifting.

    Aug 2026 · app.karyaboard.com

  20. 20IB

    I've been experimenting with ROS (Robot Operating System) and the Model Context Protocol (MCP), and noticed a gap: while there were some MCP servers for ROS, most were limited. They either only supported topic communication or had hard-coded topic names, which severely limited their reusability. To address this, I built a general-purpose MCP server for ROS that allows interaction with ROS topics, services, and actions -making it more flexible and extensible than previous approaches. A key design decision was enabling communication between the MCP server and a local ROS machine by simply…

    2025 · github.com

  21. 21RM

    I was tired of asking my claude code to reference my codex chats to get references to what decisions it made and why ; so I built Reference MCP It, whenever prompted establishes sessions to get direct access - been using it on my system for a bit and was super helpful so I made a repo :) Would love feedback!

    Jun 2026 · github.com

  22. 22CA

    Hi HN — I'm the creator of FastMCP and wanted to share a new project we've open-sourced called Colin. I obviously love MCP, but I also use skills extremely heavily in my day-to-day work. Being exposed to both has made me very aware of a tension: - Anything with dynamic information, I ship over MCP. This takes work to set up and requires conversational boilerplate to refresh in every conversation. - Anything behavioral, I put in skills. They're lightweight, used automatically, and feel great. But I would never put dynamic information in a skill because keeping it up to date is a pain. And yet…

    Jan 2026 · github.com

  23. 23IB

    Hi! Deebo is an agentic debugging system wrapped in an MCP server, so it acts as a copilot for your coding agent. Think of your main coding agent as a single threaded process. Deebo introduces multi threadedness to AI-assisted coding. You can have your agent delegate tricky bugs, context heavy tasks, validate theories, run simulations, etc. The cool thing is the agents inside the deebo mcp server USE mcp themselves! They use git and file system MCP tools in order to actually read and edit code. They also do their work in separate git branches which provides natural process isolation. Deebo…

    2025

  24. 24MI

Ranked by how close each launch is in meaning, then by votes. Refine with a description →