mcpbeat Sign in

graphy MCP Server

by omnislash157 Your server? Claim it
local only

graphy runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

Compile any codebase into a walkable graph and serve it over MCP. No model decides an edge.

Installs / week
pypi · graphyos
0
Stars
2 open issues
16 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

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.

File ships in the package but is absent from the source [пакет] graphy/__init__.py:1, [пакет] graphy/__main__.py:1, [пакет] graphy/_portable_flock.py:1 и ещё 79
этот файл ставится пользователю, но в репозитории его нет
    proc = subprocess.run([str(pip), *args], capture_output=True, text=True, timeout=timeout)

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

Alternatives to graphy

same job, measured the same way
Codexa
by mirnoorata

Codex-native codebase intelligence context compiler and query-only MCP server.

86 installs/wk local only
Automatised Pipeline
by cdeust

Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents.

local only
Meeba Brain
by meemoprasad

Repository knowledge graph MCP server for codebase understanding and debugging.

5 tools answering
Anythingmcp
by keysersoft

Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

4 tools answering
Socraticode
by giancarloerra

MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.

5 182 installs/wk local only
Hex Graph
by levnikolaevich

Deterministic layered code graph MCP server with framework overlays and SCIP interop.

79 installs/wk local only
Lachesis
by unboundcompute

Compiler-precise code property graph for C, Python, and TypeScript, navigable over MCP.

2 241 installs/wk local only
Symbols
by p1va

MCP server to read, inspect and troubleshoot codebase symbols

57 installs/wk local only

graphy — questions

Answers built from our own checks of this server.

Why is there no uptime for graphy?
graphy 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 graphyos.
How do I connect graphy?
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 graphyos straight from pypi; nothing to host, nothing to sign up for.
Is graphy open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.