mcpbeat Sign in
I

Spine MCP Server

local only

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

Spine — repository architecture with file-level proof: graph, paths, traces, and impact.

Installs / week
npm · @sylphx/spine
0
Stars
0 open issues
24 Sep 2026
Last commit
no recent releases
MIT
License
Rust

What the code does

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

  const result = spawnSync(binary, [], {

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

Alternatives to Spine

same job, measured the same way
Hokmah
by davidangularme

AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).

5 tools answering
Paths-LE
by nolindnaidoo

Extract file and directory paths from config files and code, with their kind and position.

34 installs/wk local only
Weavatrix Js
by sergii-ziborov

Always-fresh local repo graph: LSP-backed impact, Health, dead code, endpoints, architecture.

64 installs/wk local only
Github Analytics MCP Server
by thenextgennexus

Get GitHub repository stats, search repos, analyze languages, and compare projects

12 installs/wk local only
Tiger Skills
by timescale

Provider agnostic skills implementation, with skills sourced from local paths or GitHub repositories

127 installs/wk local only
Repo Cartographer
by builditwithgk

Maps any repo into an architecture diagram (Mermaid/Graphviz) and enforces architecture rules in CI

36 installs/wk local only
I
Tensorcad
by filip-pajalic

Design transformer LLM architectures and report their parameters, FLOPs, memory and cost

local only
Architectos
by cgseyhan

ArchitectOS - AI-Native Repository Intelligence & Architecture Operating System.

62 installs/wk local only

Spine — questions

Answers built from our own checks of this server.

Why is there no uptime for Spine?
Spine 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 @sylphx/spine.
How do I connect Spine?
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 @sylphx/spine straight from npm; nothing to host, nothing to sign up for.
Is Spine open source?
Yes — it is published under the MIT licence, written in Rust and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.