veritasgraph for Zed
io.github.bibinprathap/veritasgraph
Zero-trust, air-gapped Enterprise GraphRAG MCP server with offline, citation-grounded answers.
client:Zed
transport:stdio
runtime:pypi
Install veritasgraph in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"veritasgraph": {
"command": "uvx",
"args": [
"veritasgraph-mcp"
],
"env": {
"VERITASGRAPH_MODEL": "<VERITASGRAPH_MODEL>",
"OLLAMA_HOST": "<OLLAMA_HOST>",
"STUDIO_DATA_DIR": "<STUDIO_DATA_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs