mymir

mymir

Project management built for coding agents

M
@mymir-dev
Published on May 31, 2026
Visit site
1 PeerPush
🔥
Awarded
Trending Now
PeerPush

Details

Follow on
@mymir_dev
Pricing
Free
Platforms
WebMCPCLI

About mymir

Mymir is open-source project management designed for coding agents. Instead of treating tasks as flat markdown lists, Mymir models a project as a graph: tasks are nodes with typed dependency edges, decisions and execution records are pinned to the tasks they belong to, and acceptance criteria are written when the task is created. When an agent picks up work, it doesn't get the whole project dumped on it. It gets a context bundle scoped to where that task is in its lifecycle. A draft task pulls the spec and prerequisites for planning. A ready task pulls the implementation plan, upstream execution records, and the files involved. Once the task is closed, the execution record (what was built, what was decided, which files changed) becomes context for everything downstream. Mymir works for individuals and teams. Multiple people can collaborate on the same project across sessions: one person refines the scope, another picks up the planning, an agent does the implementation, the project state is shared throughout. The web UI offers both a Structure view (task list and detail) and a Graph view (the project as a network you can navigate). Ships as MCP plugins for Claude Code, Codex, and Gemini, plus a browser-based UI. Self-hosted, AGPL licensed, runs on Postgres. Hosted version planned. Best for: solo developers and engineering teams using coding agents (Claude Code, Codex, Gemini) on real projects, who want the agent to operate on structured project knowledge instead of rediscovering context every session.

Product Insights

Mymir is an open-source project management platform that uses a graph-based task model to provide scoped context bundles to autonomous coding agents. It integrates via MCP and is available for web and CLI platforms under an AGPL license.

  • Graph-based project modeling with typed dependency edges and pinned execution records.
  • Scoped context bundles that prevent information overload for coding agents.
  • Broad platform support including MCP plugins for Claude Code, Codex, and Gemini.
  • Open-source self-hosting on Postgres with a free pricing model.

Ideal for: AI Engineers and Software Developers using coding agents who need structured project knowledge to maintain context across multiple sessions.

Screenshots

Screenshot 1 of mymir
Screenshot 2 of mymir
Screenshot 3 of mymir
Screenshot 4 of mymir

Reviews (1)

Average 4.0 out of 5

4.0

Based on 1 review

5
0
4
1
3
0
2
0
1
0

Comments (2)

dantecady
@dantecady

Graph-based tasks with typed dependency edges beats flat markdown lists for agent work — context gets rediscovered every session otherwise. Scoped bundles + MCP for Claude/Codex is the stack I use daily.

M
@mymir-dev

Hey, builder here. Most agent context tools focus on memory. Mymir is a project graph the agent operates on, decisions and dependencies stay structured so context isn't rediscovered every session. Ope