Skip to content
Cursor

manoma for Cursor

io.github.paperdavid/manoma

MCP server for soul.md — your portable AI identity layer across every LLM.

client:Cursor transport:stdio runtime:npm

Install manoma 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": {
    "manoma": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "manoma-mcp"
      ],
      "env": {
        "SOUL_MD_PATH": "<SOUL_MD_PATH>"
      }
    }
  }
}

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

manoma in other clients