Skip to content
Cursor

mcp-context-card for Cursor

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:Cursor transport:stdio runtime:npm

Install mcp-context-card in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp-context-card in other clients