mimir

iamngoni/mimir
★ 2 stars Rust AI/LLM Updated today
MCP server for sharing session context between AI coding agents (Claude Code, Codex)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mimir": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mimir"
      ]
    }
  }
}

README Excerpt

> *In Norse mythology, Mimir is the keeper of wisdom — the one the gods consult when they need to know what has come before.* **Mimir** is an MCP (Model Context Protocol) server that lets AI coding agents share session context with each other. It reads existing session files written by Claude Code, Codex CLI, and Gemini CLI, parses them into structured data, and exposes them as MCP tools.

Tools (1)

list_sessions