swiss truth mcp for Zed
io.github.swisstruthorg/swiss-truth-mcp
Verified knowledge base for AI agents — stop hallucinations with certified facts.
client:Zed
transport:stdio
runtime:npm
Install swiss truth mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"swiss-truth-mcp": {
"command": "npx",
"args": [
"-y",
"swiss-truth-mcp"
],
"env": {
"SWISS_TRUTH_API_KEY": "<SWISS_TRUTH_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs