mcp test for Zed
io.github.gstxu/mcp_test
A simple MCP server example written in TypeScript that provides a multiplication tool.
client:Zed
transport:stdio
runtime:npm
Install mcp test in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp_test": {
"command": "npx",
"args": [
"-y",
"@pangq/mcp_test"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs