Mizuki for Cursor
org.opencovenant/mizuki
Fixed-price maintenance for public GitHub issues, paid in USDC on Solana.
client:Cursor
transport:stdio
runtime:npm
Install Mizuki in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mizuki": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs