mcpbeat Sign in

Graqle MCP Server

by quantamixsol Your server? Claim it
local only

Graqle runs on your own machine — the client starts it, so there is no endpoint to ping. 1 244 installs a week from pypi. Last commit 16 Sep 2026.

Graph-powered codebase reasoning, impact analysis, and governance tools over MCP.

Installs per day peak 1 267 · avg 220 · -26% w/w
a month agotoday
1 244
Installs / week
pypi · graqle
32
Stars
15 open issues
16 Sep 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 20 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.

        inst._model = pickle.loads(Path(path).read_bytes())  # noqa: S301
        for gf in governance_dir.rglob("*.json"):
                    results.append((PASS, "Key: AWS credentials", f"~/.aws/credentials: {masked}"))

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

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 graqle -- uvx graqle
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "graqle": {
      "args": [
        "graqle"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.graqle]
command = "uvx"
args = ["graqle"]
.cursor/mcp.json
{
  "mcpServers": {
    "graqle": {
      "args": [
        "graqle"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "graqle": {
      "args": [
        "graqle"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Graqle

same job, measured the same way
Graqle
by graqle

Dev intelligence layer: 7 MCP tools for graph-powered codebase reasoning.

local only
Understand Anything - MCP
by uamcp

A powerful MCP server for codebase architecture analysis and automated governance.

67 installs/wk local only
Codehelper
by veyrforge

Local-first code intelligence MCP: symbol graph, impact analysis, 60+ tools.

local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Brain Scanner
by kevin-lozada-santos

Codebase graphs, caller impact analysis, and recorded project context for AI coding agents.

answering
sqry - Semantic Code Search
by verivus-oss

AST-based semantic code search: 39 tools over 37 languages. Call tracing and impact analysis.

local only
XRay-Vision
by emtailabs

AI-powered codebase analysis — call graphs, security, dead code, complexity. 150+ tools.

answering

Graqle — questions

Answers built from our own checks of this server.

Why is there no uptime for Graqle?
Graqle 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 pypi package graqle was installed 1 244 times last week.
How do I connect Graqle?
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 graqle straight from pypi; nothing to host, nothing to sign up for.
How many people use Graqle?
The pypi package graqle was installed 1 244 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Graqle open source?
We cannot say either way: written in Python, 32 stars on GitHub and 15 open issues, but we could not determine the licence, and without one the code is not open source by default.