mcp for Zed
io.github.entropy0dev/mcp
Entropy0 MCP server — source trust and URL safety tools for AI agents
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@entropy0/mcp"
],
"env": {
"ENTROPY0_API_KEY": "<ENTROPY0_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs