mcpbeat Sign in

Gammainfra MCP Server

by gammainfra Your server? Claim it
local only

Gammainfra runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 16 May 2026.

Smart LLM routing across every major provider via one OpenAI-shape API.

Installs per day peak 17 · avg 9 · -21% w/w
a month agotoday
39
Installs / week
npm · @gammainfra/mcp-server
0
Stars
1 open issues
16 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Gammainfra every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @gammainfra/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@gammainfra/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@gammainfra/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@gammainfra/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@gammainfra/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GAMMAINFRA_API_KEY (GammaInfra API key (sk-gammainfra-...). Free key at https://gammainfra.com/signup), GAMMAINFRA_BASE_URL (Optional base URL override. Defaults to https://api.gammainfra.com/v1). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gammainfra

same job, measured the same way
OpenRouter
by tsilva

MCP server providing access to 300+ AI models via OpenRouter

127 installs/wk local only
Sayou Opendart MCP
by kcw2034-sayouzone

An MCP server that provides OpenDart API

60 installs/wk local only
MCP Opendart Server
by kcw2034-sayouzone

An MCP server that provides OpenDart API

local only
Anvx
by tje8x

Track and optimize AI API spending across 16 providers with live pricing.

28 installs/wk local only
Routara LLM Gateway
by 36412749-collab

OpenAI-compatible LLM, image and video APIs via Routara (api.routara.ai).

47 installs/wk local only
C
AI API Radar
by dropwatchhq

Live LLM API price + status radar across 11 providers, with public per-model price HISTORY.

4 tools answering
Sauce API MCP
by saucelabs

An open-source MCP server that provides LLM access to the Sauce Labs API

80 installs/wk local only
Sauce API MCP
by saucelabs-sample-test-frameworks

An open-source MCP server that provides LLM access to the Sauce Labs API

local only

Gammainfra — questions

Answers built from our own checks of this server.

Why is there no uptime for Gammainfra?
Gammainfra runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @gammainfra/mcp-server was installed 39 times last week.
How do I connect Gammainfra?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @gammainfra/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Gammainfra?
The npm package @gammainfra/mcp-server was installed 39 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gammainfra open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.