Skip to content
Claude Desktop

mcp-context-card for Claude Desktop

io.github.wolfe-jam/mcp-context-card

MCP server for a project's context (AGENTS.md), memory, and identity — base or drop-in extension.

client:Claude Desktop transport:stdio runtime:npm

Install mcp-context-card in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-context-card": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-context-card"
      ],
      "env": {
        "MCP_CONTEXT_CARD_ROOT": "<MCP_CONTEXT_CARD_ROOT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp-context-card in other clients