Skip to content
Cursor

Munnin — an agent identity server for Cursor

io.github.alvseek/munnin

Agent identity and memory over MCP — a persistent self plus the procedures for tending it.

client:Cursor transport:streamable-http

Install Munnin — an agent identity server in Cursor

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

{
  "mcpServers": {
    "munnin": {
      "url": "https://munnin.lok.quest/mcp"
    }
  }
}

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

Munnin — an agent identity server in other clients