← Index

io.github.paperdavid/manoma

io.github.paperdavid/manoma·v0.2.1·AI & LLMs
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "manoma": {
      "command": "npx",
      "args": [
        "-y",
        "manoma-mcp"
      ],
      "env": {
        "SOUL_MD_PATH": "<soul_md_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "manoma": {
      "command": "npx",
      "args": [
        "-y",
        "manoma-mcp"
      ],
      "env": {
        "SOUL_MD_PATH": "<soul_md_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y manoma-mcp
§02  Environment variables
SOUL_MD_PATH

Path to your soul.md file. Defaults to ~/soul.md if not set.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in AI & LLMs