Mizuki for Zed
org.opencovenant/mizuki
Fixed-price maintenance for public GitHub issues, paid in USDC on Solana.
client:Zed
transport:stdio
runtime:npm
Install Mizuki in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mizuki": {
"command": "npx",
"args": [
"-y",
"mizuki-mcp"
],
"env": {
"MIZUKI_API_URL": "<MIZUKI_API_URL>",
"MIZUKI_API_TOKEN": "<MIZUKI_API_TOKEN>",
"MIZUKI_MCP_TIMEOUT_MS": "<MIZUKI_MCP_TIMEOUT_MS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs