GVNR
Rank #54,321glama/gvnrdev/gvnr
Budget Governor gives autonomous AI agents a hard spend limit. One budget_clear call before each LLM request checks the agent's envelope and deducts the estimated cost. Stops runaway billing before it starts. No self-hosting required.
GVNR is a Model Context Protocol (MCP) server published by mightbesaad. It ranks #54,321 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. GVNR is listed across 2 registries — Glama and PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on May 19, 2026.
Ranks ahead of 61,139 of 115,460 servers on MCP Toplist.
Use GVNR
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http gvnr https://gvnr.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.gvnr]
url = "https://gvnr.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://gvnr.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"gvnr": {
"url": "https://gvnr.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"gvnr": {
"type": "http",
"url": "https://gvnr.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"gvnr": {
"serverUrl": "https://gvnr.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"gvnr": {
"url": "https://gvnr.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fgvnrdev%2Fgvnr)<a href="https://mcptoplist.com/server/glama%2Fgvnrdev%2Fgvnr"><img src="https://mcptoplist.com/badge/glama%2Fgvnrdev%2Fgvnr.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
mightbesaad
Other servers by mightbesaad
View all mightbesaad servers →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains GVNR?
- GVNR is maintained by mightbesaad, which publishes 4 MCP servers (3 total versions) tracked on MCP Toplist.
- Is GVNR listed on the Official MCP Registry?
- GVNR is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does GVNR have?
- GVNR ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for GVNR?
- The source code for GVNR is hosted at github.com/mightbesaad/gvnr.