mcpbeat Sign in

Apollo MCP Server

local only

Apollo MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

MCP server that exposes GraphQL operations as tools for AI models.

Installs / week
not published
309
Stars
16 open issues
18 Sep 2026
Last commit
from GitHub
MIT
License
Rust

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted crates/apollo-mcp-server/src/explorer.rs:111
            @"https://studio.apollographql.com/graph/mcp-example/variant/mcp/explorer?explorerURLState=N4IgJg9gxgrgtgUwHYBcQC4QEcYIE4CeABAOIIoDqCAhigBb4CCANvigM4AUAJOyrQnREAyijwBLJAHMAhAEoiwADpIiRaqzwdOfAUN78UCBctVqi7BADd84lARXmiYBOygSADinEQkj85J8eDBQ3r7+AL4qESAANCBW1BLUAEas7Bggy…
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release-experimental.yml:86
      - name: Delete temporary branch
        run: |
          git push origin --delete release-temp-${{ inputs.version }}-${{ github.run_id }} || true

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Apollo MCP Server

same job, measured the same way
getMe MCP Server
by aatirnadim

An MCP server that exposes getMe key-value operations as MCP tools

204 installs/wk local only
MCP Redis Server
by daedalus

MCP server that exposes Redis API to AI models

54 installs/wk local only
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only
npm Run MCP Server
by fstubner

An MCP server that exposes package.json scripts as tools for agents.

94 installs/wk local only
Coolify MCP
by frndchagas

MCP server for Coolify API operations.

98 installs/wk local only
Ascii Art
by theduodecim

MCP server that exposes ASCII and Unicode art tools

30 installs/wk local only
Zoo MCP
by kittycad

An MCP server that provides access to the Zoo API for various CAD operations and tools.

8 364 installs/wk local only
Dbatools MCP Server
by dataplat

MCP server for dbatools — exposes SQL Server management commands as MCP tools

39 installs/wk local only

Apollo MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Apollo MCP Server?
Apollo MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Apollo MCP Server open source?
Yes — it is published under the MIT licence, written in Rust, 309 stars on GitHub and 16 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.