OntoRamp Knowledge Cartographer for Gemini CLI
com.ontoramp/knowledge-cartographer
Knowledge coverage map and health score. Ingest docs into a governed knowledge graph via MCP.
client:Gemini CLI
transport:streamable-http
Install OntoRamp Knowledge Cartographer in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"knowledge-cartographer": {
"httpUrl": "https://ontoramp-knowledge-cartographer.fly.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs