ComputeGauge MCP Logo

ComputeGauge MCP

Official

Provides cost intelligence and a reputation scoring system to help AI agents optimize spending throu...

18 views
0 installs
Updated Feb 19, 2026
Not audited
Tools I Recommend
Provides cost intelligence and a reputation scoring system to help AI agents optimize spending through smart model selection and local-to-cloud routing. It enables real-time cost tracking and rewards agents for making efficient, high-credibility decisions across various LLM providers.
  1. Open the FastMCP connection interface and click “Install Now”

    • In your FastMCP UI click the “Install Now” button for the @computegauge/mcp integration.
    • When the install form opens, you will paste the ENV names and values into the FastMCP connection fields (the values below).
  2. COMPUTEGAUGE_API_KEY (optional) — create & copy

    1. Sign up or log in to the ComputeGauge dashboard (ComputeGauge → Dashboard or Account area).
    2. In the dashboard look for “API Keys”, “Access Tokens”, or “Integrations” and create a new API key.
    3. Copy the key immediately (paste into FastMCP field named COMPUTEGAUGE_API_KEY).
    • Note: the README lists COMPUTEGAUGE_API_KEY and COMPUTEGAUGE_DASHBOARD_URL as optional environment variables.
  3. ANTHROPIC_API_KEY (optional) — create & copy

    1. Sign in to your Anthropic Console (Anthropic account).
    2. Navigate to the API Keys (or Admin API → API Keys) section.
    3. Create a new API key (give it a name), copy it immediately, and paste it into the FastMCP field named ANTHROPIC_API_KEY. (docs.anthropic.com)
  4. OPENAI_API_KEY (optional) — create & copy

    1. Sign in to the OpenAI (platform) dashboard.
    2. Go to the API keys / developer keys area and create a new secret key.
    3. Copy the key immediately and paste it into the FastMCP field named OPENAI_API_KEY (or set it locally as export OPENAI_API_KEY="…"). (platform.openai.com)
  5. GOOGLE_API_KEY (optional) — create & copy

    1. Open Google Cloud Console for the project that will be billed.
    2. Go to APIs & Services → Credentials → Create credentials → API key.
    3. After creation, restrict the key to the specific APIs and/or HTTP referrers you need, then copy it into the FastMCP field named GOOGLE_API_KEY. (docs.cloud.google.com)
  6. OLLAMA_HOST / OLLAMA_MODELS (optional) — configure for local inference

    1. If you run Ollama locally, the default HTTP host is http://localhost:11434. If you expose Ollama elsewhere, set OLLAMA_HOST to that URL.
    2. Set OLLAMA_MODELS to a comma-separated list of model identifiers you want ComputeGauge to detect, e.g.:
      • OLLAMA_MODELS="llama3.3:70b,qwen2.5:7b,deepseek-r1:14b"
    3. If you use Ollama Cloud instead of local, follow Ollama’s docs to obtain the Ollama cloud API key and endpoint and set appropriate ENV values. (docs.ollama.com)
  7. COMPUTEGAUGE_BUDGET_TOTAL and per-provider budget ENVs (optional)

    1. Decide your session budget in USD and enter it in the FastMCP field COMPUTEGAUGE_BUDGET_TOTAL (e.g., "50").
    2. Optionally set per-provider monthly limits like COMPUTEGAUGE_BUDGET_ANTHROPIC or COMPUTEGAUGE_BUDGET_OPENAI if you want granular caps.
  8. Other local provider ENVs (optional)

    • If you have other local endpoints, set VLLM_HOST, LOCALAI_HOST, LLAMACPP_HOST, TGI_HOST, or CUSTOM LOCAL_LLM_ENDPOINT values in the FastMCP form as needed.
  9. Security & storage reminders

    1. Copy secret keys immediately when shown; some dashboards (OpenAI/Anthropic) display secrets only once—store them securely (password manager or encrypted vault). (platform.openai.com)
    2. Add API key restrictions in provider consoles (where available) to reduce risk (OpenAI/Google/Anthropic support restrictions or scoped keys).
  10. Save, install, and restart

  11. After pasting each ENV value into the FastMCP connection form, click Save / Install to apply.

  12. Restart your agent (e.g., Claude Desktop/Code or your agent runtime) so the new environment variables are picked up by the @computegauge/mcp server integration (the README shows restarting Claude after adding the MCP server entry).

  13. Verify

  14. Use the ComputeGauge quickstart endpoints or the agent’s first session to call pick_model or session_cost and confirm providers are detected and the dashboard/credentials work.

  15. If local models aren’t detected, double-check OLLAMA_HOST and OLLAMA_MODELS values and that the local server is reachable.

If you want, paste the FastMCP install form fields here and I will produce the exact ENV values and example strings to paste into each FastMCP input.

Quick Start

View on GitHub

More for AI and Machine Learning

View All →

More for Developer Tools

View All →

Similar MCP Servers

Google Cloud Compute Engine

Google Cloud Compute Engine

Official Remote Remote

Discover official and open-source Model Context Protocol (MCP) servers from Google. This project provides an up-to-date directory of MCP servers for Google services like Compute Engine. Explore examples and resources that help you build, integrate, and extend intelligent agents using Google's ecosystem of MCP solutions—all designed to streamline context-aware app development and experimentation.

Cloud Platforms Developer Tools

Report Issue

Thank you! Your issue report has been submitted successfully.