Everything for Zed
io.github.modelcontextprotocol/server-everything
Reference test server that exercises every MCP feature: tools, resources, prompts, sampling, logging and progress. Useful for testing clients, not for production.
client:Zed
transport:stdio
runtime:npm
tools:8
Install Everything in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"server-everything": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-everything"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs