MCP Catalogs
Homemymir screenshot

mymir

by FrkAk·68·Score 46

Mymir is an AI-native project management tool that provides MCP tools for task management and context tracking in agentic engineering workflows.

developer-toolsproductivityknowledge-graph
5
Forks
3
Open issues
this month
Last commit
2d ago
Indexed

Overview

Mymir serves as a context management system specifically designed for the agentic engineering era. It operates as a full-fledged MCP server with six specialized tools that help manage projects, tasks, dependencies, and contextual information. The system integrates directly with popular AI coding environments like Claude Code, Codex, Cursor, and Gemini CLI through dedicated plugins, providing a seamless experience where agents can operate with persistent memory and understanding of project context.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Managing complex software development projects with persistent agent memory
you:Automating task decomposition and dependency planning in agentic workflows
you:Providing context-aware task execution across multiple AI coding assistants
you:What AI coding assistants does Mymir support?
you:What MCP tools does Mymir provide?

When to choose this

Choose Mymir when working with AI coding assistants and need persistent project management with task dependencies and context retrieval, especially if you're already using Claude Code, Codex, Cursor, or Gemini.

When NOT to choose this

Avoid Mymir if you need a standalone project management tool without AI integration, or if you prefer a self-hosted solution without PostgreSQL dependency.

Tools this server exposes

6 tools extracted from the README
  • mymir_project

    Manage projects in the Mymir system

  • mymir_task

    Manage tasks within a project

  • mymir_edge

    Manage dependencies between tasks

  • mymir_query

    Query the project context network

  • mymir_context

    Retrieve context for a specific task

  • mymir_analyze

    Analyze project structure and dependencies

Comparable tools

agentic-codeaidercursorgithub-copilot

Installation

Installation Steps

  1. Install prerequisites: Bun v1.0+ and Docker
  2. Clone the repository: git clone git@github.com:FrkAk/mymir.git
  3. Install dependencies: bun install
  4. Copy environment file: cp .env.local.example .env.local
  5. Configure database and auth credentials in .env.local
  6. Setup database: bun run db:setup
  7. Build and start: bun run build && bun run start

For Claude Code integration:

{
  "mcpServers": {
    "mymir": {
      "command": "npx",
      "args": ["@frkak/mymir", "--stdio"]
    }
  }
}

FAQ

What AI coding assistants does Mymir support?
Mymir supports Claude Code, Codex, Cursor, and Gemini CLI through dedicated plugins.
What MCP tools does Mymir provide?
Mymir provides six MCP tools: mymir_project, mymir_task, mymir_edge, mymir_query, mymir_context, and mymir_analyze.

Compare mymir with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.