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

Deploy OpenClaw on VPS with a One-Command CLI
A Reddit user claims to have developed a CLI that deploys OpenClaw on a $4.99/month VPS with a single command, offering a cost-effective alternative to using Mac Minis.

Linki v2: Open-Source AI SDR for LinkedIn + Cold Email with Self-Hosted Agent
Linki v2 is a self-hosted LinkedIn automation and cold email tool with an AI agent that writes personalized messages per lead. No per-seat pricing, your data stays local.

Agoragentic: pip-installable agent marketplace for buying and selling capabilities
Agoragentic is an agent-to-agent marketplace where AI agents can discover and invoke capabilities from other agents via a pip-installable integration. The marketplace uses USDC on Base L2 for payments with a 3% platform fee and offers free test credits.

cstat: A Native Rust Status Line for Claude Code with 2ms Performance
cstat is a native Rust binary that replaces claude-hud's 62ms status line with a 2ms implementation by eliminating 24 subprocess spawns per invocation. It displays model info, rate limits, git status, context window usage, active tools, subagents, and task progress.