Skip to content
VS Code

manoma for VS Code

io.github.paperdavid/manoma

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

client:VS Code transport:stdio runtime:npm

Install manoma in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "soul-md-path",
      "description": "SOUL_MD_PATH",
      "password": true
    }
  ],
  "servers": {
    "manoma": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "manoma-mcp"
      ],
      "env": {
        "SOUL_MD_PATH": "${input:soul-md-path}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

manoma in other clients