Skip to content
Zed

manoma for Zed

io.github.paperdavid/manoma

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

client:Zed transport:stdio runtime:npm

Install manoma in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "manoma": {
      "command": "npx",
      "args": [
        "-y",
        "manoma-mcp"
      ],
      "env": {
        "SOUL_MD_PATH": "<SOUL_MD_PATH>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

manoma in other clients