Skip to content
Grok

manoma for Grok

io.github.paperdavid/manoma

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

client:Grok transport:stdio runtime:npm

Install manoma in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

manoma in other clients