Skip to main content
ClaudeWave

Spine — repository architecture with file-level proof. Local-first graph, path, trace, and impact evidence for agents.

MCP ServersOfficial Registry0 stars0 forksRustMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/23/2026
Install in Claude Code / Claude Desktop
Method: NPX · @sylphx/spine
Claude Code CLI
claude mcp add spine -- npx -y @sylphx/spine
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "spine": {
      "command": "npx",
      "args": ["-y", "@sylphx/spine"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# Spine

### Repository architecture with file-level proof

Spine answers the questions agents need before they edit a codebase:

- **What is this repository?**
- **Where does this behavior live?**
- **What does this change affect?**
- **Which files and symbols support the answer?**

Local-first, deterministic, and fast. No cloud code-intel account, no Docker
stack, and no generated prose presented as truth.

```bash
npx -y @sylphx/spine
```

This starts the MCP server on stdio. For Claude Code:

```bash
claude mcp add spine -- npx -y @sylphx/spine
```

## The fastest useful workflow

```json
{
  "root": "/absolute/path/to/repo",
  "mode": "full"
}
```

Then ask one focused question:

```json
{
  "query": "where is request authentication enforced?"
}
```

Spine returns ranked boundaries and implementation nodes with `path`,
`line range`, extraction source, freshness, confidence, and known gaps.

## Jobs Spine is built for

| Ask your agent | Spine returns |
| --- | --- |
| “Map this repository.” | `architecture_overview` |
| “Where is this implemented?” | `architecture_search` |
| “How does this request reach the database?” | `architecture_trace` |
| “What breaks if I edit this file?” | `architecture_impact` |
| “Show me the proof.” | `architecture_evidence` |

## Tool surface

The public workflow is intentionally small:

| Tool | Purpose |
| --- | --- |
| `architecture_index` | Build or refresh the local graph |
| `architecture_status` | Report freshness and coverage |
| `architecture_overview` | Repository map and important boundaries |
| `architecture_explain` | Explain the repository map and useful next questions |
| `architecture_search` | Find boundaries, routes, schemas, and symbols |
| `architecture_path` | Explain a path between two nodes |
| `architecture_impact` | Estimate change blast radius |
| `architecture_trace` | Follow dependency or call paths |
| `architecture_evidence` | Fetch file and line proof for a claim |

`architecture_context_pack` is an advanced composition tool. Start with the
question-oriented tools above.

## Predictable defaults

Spine does not hide expensive or ambiguous work behind “auto”.

- `mode: "full"` builds a complete local graph.
- `mode: "status_only"` checks freshness without indexing.
- `mode: "auto"` is retained as a compatibility alias for incremental refresh.
- No remote provider or model is required.
- Unknown languages and incomplete graph coverage are returned as gaps.

## Why agents trust the answer

Every result carries:

- repository root and indexed commit;
- current commit and freshness (`fresh`, `stale`, `dirty`, or `unknown`);
- evidence with file and line locators;
- deterministic versus inferred extraction labels;
- explicit gaps instead of silent guesses.

## Product boundaries

Spine owns **architecture claims**:

- boundaries;
- paths and traces;
- impact;
- repository structure.

Locus owns code-chunk retrieval. Spine does not edit files, replace code
search, or require an LLM to explain its graph.

## Companion MCP tools

| Product | Job |
| --- | --- |
| [Citra](https://github.com/SylphxAI/citra) | PDF answers with page-level proof |
| [Iris](https://github.com/SylphxAI/iris) | Image facts and pixel evidence |
| [Cue](https://github.com/SylphxAI/cue) | Video timelines and timestamp evidence |
| [Locus](https://github.com/SylphxAI/locus) | Exact code-chunk retrieval |
| [Lookout](https://github.com/SylphxAI/lookout) | Web research with source excerpts |

Each product is independent. Install only the tools your agent needs.

## Development

```bash
bun install
bun run build
bun test
cargo test
```

For a release candidate:

```bash
bun run benchmark:public-proof
bun run benchmark:release-gate
```

## License

MIT
ai-agentsastcode-analysiscode-understandingdeveloper-toolslocal-firstmcpmodel-context-protocolrepository-analysisrustsoftware-architecture

What people ask about spine

What is SylphxAI/spine?

+

SylphxAI/spine is mcp servers for the Claude AI ecosystem. Spine — repository architecture with file-level proof. Local-first graph, path, trace, and impact evidence for agents. It has 0 GitHub stars and its last recorded update is dated 2026-09-23.

How do I install spine?

+

You can install spine by cloning the repository (https://github.com/SylphxAI/spine) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is SylphxAI/spine safe to use?

+

Our security agent has analyzed SylphxAI/spine and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains SylphxAI/spine?

+

SylphxAI/spine is maintained by SylphxAI. The last recorded GitHub activity is dated 2026-09-23, with 0 open issues.

Are there alternatives to spine?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy spine to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: SylphxAI/spine
[![Featured on ClaudeWave](https://claudewave.com/api/badge/sylphxai-spine)](https://claudewave.com/repo/sylphxai-spine)
<a href="https://claudewave.com/repo/sylphxai-spine"><img src="https://claudewave.com/api/badge/sylphxai-spine" alt="Featured on ClaudeWave: SylphxAI/spine" width="320" height="64" /></a>

More MCP Servers

spine alternatives