Fidensa for Zed
com.fidensa/mcp-server
Independent AI certification authority. Trust scores, search, comparison, and verification.
client:Zed
transport:stdio
runtime:npm
Install Fidensa in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@fidensa/mcp-server"
],
"env": {
"FIDENSA_API_KEY": "<FIDENSA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs