mcp server for Zed
io.github.gooodbilling/mcp-server
GooodBilling 公式 MCP Server — Claude Desktop / Cursor 等の MCP 対応クライアントから AI ファーストで請求書・見積を操作する
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@gooodbilling/mcp-server"
],
"env": {
"GOOODBILLING_API_TOKEN": "<GOOODBILLING_API_TOKEN>",
"GOOODBILLING_API_BASE_URL": "<GOOODBILLING_API_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs