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