manoma for Gemini CLI
io.github.paperdavid/manoma
MCP server for soul.md — your portable AI identity layer across every LLM.
client:Gemini CLI
transport:stdio
runtime:npm
Install manoma in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"manoma": {
"command": "npx",
"args": [
"-y",
"manoma-mcp"
],
"env": {
"SOUL_MD_PATH": "<SOUL_MD_PATH>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs