logseq mcp for Gemini CLI
io.github.mrfentmen/logseq-mcp
MCP server for Logseq: graphs, pages, blocks via the local HTTP API plugin.
client:Gemini CLI
transport:stdio
runtime:npm
Install logseq mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"logseq-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/logseq-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs