MCP Server
Maintained
MIT
io.github.dbsectrainer/mcp-cost-tracker-router MCP Server
io.github.dbsectrainer/mcp-cost-tracker-router
What is the io.github.dbsectrainer/mcp-cost-tracker-router MCP server?
Real-time cost awareness for MCP agent workflows
How to install io.github.dbsectrainer/mcp-cost-tracker-router
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
YOUR_API_KEYrequiredsecretYour API key for the service
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-cost-tracker-router": {
"command": "npx",
"args": [
"-y",
"mcp-cost-tracker-router"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-cost-tracker-router": {
"command": "npx",
"args": [
"-y",
"mcp-cost-tracker-router"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-cost-tracker-router": {
"command": "npx",
"args": [
"-y",
"mcp-cost-tracker-router"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-cost-tracker-router": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-cost-tracker-router"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}Claude Code
claude mcp add mcp-cost-tracker-router --env YOUR_API_KEY=<YOUR_YOUR_API_KEY> -- npx -y mcp-cost-tracker-routerRelated MCP servers
io.github.dbsectrainer/mcp-eval-runner
Maintained
A standardized testing harness for MCP servers and agent workflows
0
View repository →TypeScript
MIT