mcp server template for Zed
io.github.qmmughal/mcp-server-template
Production-grade MCP Server Template for TypeScript and Node.js.
client:Zed
transport:stdio
runtime:npm
Install mcp server template in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-template": {
"command": "npx",
"args": [
"-y",
"@qmmughal/mcp-server-template"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs