Mymir: An Open-Source Project Graph for Coding Agents via MCP

A developer on r/ClaudeAI created Mymir, an open-source project management tool purpose-built for coding agents. It addresses the fragility of maintaining project state across agent runs — what's blocked, past decisions, implementation readiness, and handoff notes.
Core Idea
Tasks sit in a directed graph with dependencies, related decisions, acceptance criteria, relevant files, and previous execution notes. Through the Model Context Protocol (MCP), the agent receives only the slice of the project it needs — no full context dump or manual briefs.
Technical Stack
- Framework: Next.js
- Language: TypeScript
- Database: Postgres via Drizzle ORM
- License: AGPL (self-hosted)
How It Works
The team uses Mymir to manage itself. Features become tasks on the platform. Claude Code pulls scoped context for each session, and when a task is completed, the tool creates a structured handoff for the next session. The practical benefit: less re-explaining, fewer wrong starts.
Get the Code
Repository: https://github.com/FrkAk/mymir
📖 Read the full source: r/ClaudeAI
👀 See Also

OKed Plugin: OpenClaw Asks Your Phone Before Destructive Actions
A new plugin called OKed hooks into OpenClaw's before_tool_call to intercept destructive commands (emails, deletions, payments) and push approval requests to your phone or Telegram.

Claude Code fails silently when ANTHROPIC_API_KEY is set in cloud environments
Setting ANTHROPIC_API_KEY in cloud environments causes Claude Code to malfunction and may incur unexpected API usage charges. Users report extra usage and unresponsive behavior.

Applying Claude Code's Architecture to Local 9B Models: Key Findings and Optimizations
A developer extracted architectural patterns from Claude Code's leaked source code and applied 10 optimizations to qwen3.5:9b running locally on an RTX 5070 Ti. The key discovery was that qwen3.5:9b has native structured tool_calls, and the biggest limitation for 9B models is self-discipline in knowing when to stop exploring and start producing output.

Connecting OpenClaw to Qwen2.5 Coder: Feasibility and Considerations
Explore the possibility of connecting OpenClaw to a local Qwen2.5 Coder model with 7 billion parameters to address rate limits with API Gemini 3.