zihin-mcp plugin for Cursor
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@zihin/mcp-server"
],
"env": {
"ZIHIN_API_KEY": "${ZIHIN_API_KEY}"
}
}