Remix.run Logo
Show HN: A Multi User Multi Task Board MCP Server(github.com)
6 points by dizlexic a day ago | 3 comments

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. This is really the first thing I built that I felt would be of interest to others.

The readme explains it, but if you have docker you can get this running in a couple minutes. It's helped my workflow a lot and I plan on continuing to add features / improve it.

garyfirestorm a day ago | parent [-]

Why not connect to JIRA using an MCP? Would also be helpful to provide userid/password to demo instance or simply a button to log onto demo user account

dizlexic 20 hours ago | parent [-]

1. I don't want to use Jira. I don't think this is complecated enough to justify it.

2. That might not have been a bad idea. There is a registration link and the app is fully functional. If you don't trust that though you can spin up a local with docker in 3 minutes. (check the readme)

fule 5 hours ago | parent [-]

If not Jira, maybe Linear - thats simple enough imo - and mcp is easy to use.

What struggles me more in my previous companies is that I have to use several tools just to cover the collaboration. Even a 3 ppl team often ends up with notion, linear and slack as a minimum.