Odel
manoma

manoma

Local
@paperdavidJavaScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmanoma-mcpv0.2.1

Run

npx -y manoma-mcp

MCP client config

{
  "mcpServers": {
    "manoma": {
      "command": "npx",
      "args": [
        "-y",
        "manoma-mcp"
      ]
    }
  }
}