Skip to main content
Glama
GlitterKill

Symbol Delta Ledger

by GlitterKill

Symbol Delta Ledger

Cards-first code context for AI coding agents.

Get started · Documentation · MCP tools · npm

npm version npm downloads GitHub commit activity RoastMyCode: A CI Supported Node.js

Work from the symbols that matter

SDL-MCP indexes a repository into a symbol graph and gives coding agents a controlled path from compact metadata to source code. Instead of starting with full files, an agent can search symbols, inspect cards, build a task-scoped slice, and request a bounded code window only when it needs one.

The result is a smaller, more deliberate context surface for debugging, reviews, implementation work, and repository exploration. SDL-MCP runs locally and supports the Model Context Protocol over stdio or HTTP.

Related MCP server: CodeGraph

Start in a few minutes

SDL-MCP requires Node.js 24 or later. For an interactive first install, run the wrapper package from the repository you want to index:

npx create-sdl-mcp

For a standard global install, initialize the repository, verify it, then start the stdio server:

npm install -g sdl-mcp
cd <repository>
sdl-mcp init
sdl-mcp doctor
sdl-mcp serve --stdio

Use sdl-mcp init -y --auto-index for non-interactive setup. The Getting Started guide covers the setup wizard, supported clients, HTTP transport, and configuration examples.

A controlled retrieval loop

  1. Index the repository into symbols, relationships, and compact metadata.

  2. Start with symbol search, task-shaped context, or graph slicing.

  3. Escalate through progressively richer views only when the task requires more detail.

The Iris Gate Ladder makes the escalation explicit. Cards, skeletons, hot paths, and policy-gated source windows let an agent ask for the least code that can answer its question.

Choose the tool surface that fits the client

The generated tool inventory is the source of truth for registered tools and mode counts.

Mode

Registered surface

Flat

38 tools: 2 universal tools and 36 flat tools

Gateway

6 tools: 2 universal tools and 4 gateway namespaces

Gateway with legacy

42 tools: 2 universal, 4 gateway, and 36 flat tools

Code Mode exclusive

7 tools: sdl.action.search, sdl.context, sdl.file, sdl.info, sdl.manual, sdl.retrieve, and sdl.workflow

Code Mode provides a compact task-oriented surface. Gateway mode groups the regular actions into sdl.agent, sdl.code, sdl.query, and sdl.repo. The MCP Tools Reference explains requests and responses for the installed surface.

Build context from repository structure

Symbol cards

Each indexed symbol has a compact card with its identity, signature, summary, relationships, and other retrieval metadata. Cards give an agent a place to begin without opening a full source file.

Graph slicing

Graph slicing follows repository relationships rather than directory boundaries. Give SDL-MCP a task or a starting symbol and it returns a budgeted subgraph that can be refreshed or expanded through spillover.

Read about graph slicing · Read about task-shaped context

Understand change and work against current code

Delta packs and blast radius

SDL-MCP can compare indexed versions, identify changed symbols, and trace affected relationships. sdl.pr.risk.analyze packages change evidence and test recommendations for pull-request review.

Live indexing

Draft-buffer updates can appear in a live overlay before the underlying file is saved. That lets retrieval work from the code an agent is editing instead of only the last durable index.

Read about delta packs · Read about live indexing

Use compiler and provider facts when they are available

SDL-MCP uses tree-sitter for repository structure and can ingest SCIP and language-provider facts through provider-first indexing. This adds precise cross-references where a provider covers the file and falls back to the regular path for files it does not cover.

Read about SCIP integration · Read about provider-first indexing

Keep useful knowledge with the work

Development memories are opt-in. When enabled, they store decisions and task notes with repository links so later work can retrieve them alongside the relevant context. Memory behavior and storage rules are documented in the Memory Protocol.

Keep tool registration compact

Gateway mode reduces the visible regular action surface to four namespace tools while preserving server-side validation and routing. Use it when a client benefits from fewer tool choices; use the flat surface when direct tool names are more useful.

Read about the Tool Gateway · Read about Code Mode

Operate the repository with guardrails

Policy settings govern raw source windows. The runtime execution surface also applies configured executable, working-directory, environment, concurrency, and timeout controls. For HTTP deployments, SDL-MCP includes the graph viewer and observability dashboard.

Governance and policy · Runtime execution · Graph viewer · Observability dashboard

Documentation map

If you need to...

Start here

Install, connect an agent, or choose a transport

Getting Started

Inspect the current MCP surface

Generated Tool Inventory and MCP Tools Reference

Configure a repository

Configuration Reference and Configuration Examples

Run CLI commands

CLI Reference

Follow retrieval and editing workflows

Agent Workflows

Diagnose setup or runtime issues

Troubleshooting

Browse every public document

Documentation Hub

License

SDL-MCP is source-available. The Community License permits use, running, and modification, including internal business use. A commercial license is required before selling, licensing, sublicensing, bundling, embedding, or distributing SDL-MCP as part of a monetized product.

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
7hResponse time
3dRelease cycle
55Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Give your AI agent a persistent map of your project's structure, dependencies, and bugs.

  • Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…

  • Token-efficient search for coding agents over public and private documentation.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GlitterKill/sdl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server