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

monk: A skill that silences agent narration to save context and tokens
A Reddit user published 'monk', a skill that strips narration, preambles, and postambles from Claude agent responses, claiming ~54% output token reduction per turn and 29-39% context capacity gain at 100 rounds.

osu-mcp: An MCP Server That Lets Claude Analyze Your osu! Stats in Plain English
osu-mcp is an MCP server for the osu! API v2, now on the official MCP Registry. It exposes 12 tools for player profiles, score history, beatmap search, rankings, and more. A demo showed Claude computing pp-per-play efficiency across player accounts to reveal that volume, not accuracy, was the bottleneck.

Claude Code Plugin 'nice-figures' Creates Research-Blog Style Matplotlib Plots
nice-figures is a Claude Code plugin that generates matplotlib figures matching Anthropic's soft-pastel research blog style. Includes 16 chart recipes, zero extra dependencies, and automatic styling.

Hardware widget and Chrome extension monitor Claude API rate limits
A developer built a hardware widget using ESP8266 and OLED display that tracks Claude's rate limits in real time, plus a Chrome extension that intercepts Claude's internal /usage API and shows usage patterns. The total BOM cost is approximately $6.50.