manoma for Grok
io.github.paperdavid/manoma
MCP server for soul.md — your portable AI identity layer across every LLM.
client:Grok
transport:stdio
runtime:npm
Install manoma in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"manoma": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"manoma-mcp"
],
"env": {
"SOUL_MD_PATH": "<SOUL_MD_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs