Neural Graph Mapper for Gemini CLI
io.github.evozim/neural-graph-mapper
Transform unstructured text into queryable semantic knowledge graphs.
client:Gemini CLI
transport:sse
Install Neural Graph Mapper in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"neural-graph-mapper": {
"url": "https://neural-graph-mapper-mcp.vercel.app/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs