manoma for Cursor
io.github.paperdavid/manoma
MCP server for soul.md — your portable AI identity layer across every LLM.
client:Cursor
transport:stdio
runtime:npm
Install manoma in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"manoma": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"manoma-mcp"
],
"env": {
"SOUL_MD_PATH": "<SOUL_MD_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs