simple mcp server for Zed
io.github.ormastes/simple-mcp-server
Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools
client:Zed
transport:stdio
runtime:npm
Install simple mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"simple-mcp-server": {
"command": "npx",
"args": [
"-y",
"@simple-lang/mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs