openrouter admin for Zed
io.github.oviron/openrouter-admin
MCP server for OpenRouter management API: credits, key CRUD, activity drill-down, dashboard.
client:Zed
transport:stdio
runtime:npm
Install openrouter admin in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"openrouter-admin": {
"command": "npx",
"args": [
"-y",
"openrouter-admin-mcp"
],
"env": {
"OPENROUTER_PROVISIONING_KEY": "<OPENROUTER_PROVISIONING_KEY>",
"OPENROUTER_ADMIN_ALLOW_WRITE": "<OPENROUTER_ADMIN_ALLOW_WRITE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs