.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/glitterkill/sdl-mcp
home/mcp-servers/glitterkill/sdl-mcp
glitterkill avatar

sdl-mcp

byglitterkill· 1 MCP server

Installs

5.4k

Stars

451

Forks

30

Category

AI Agents & MCP

View on GitHub

TL;DR

Cards-first code context for AI coding agents.

How to install sdl-mcp?

glitterkill/sdl-mcp
$git clone https://github.com/glitterkill/sdl-mcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install sdl-mcp by running `git clone https://github.com/glitterkill/sdl-mcp`, then use it for the current task and follow its documentation at https://github.com/glitterkill/sdl-mcp.

Files · 1

View on GitHub
README.md
1<div align="center">
2 <img src="./docs/readme-assets/readme-hero-v9.webp" alt="SDL-MCP context budget layer hero with themed logo, symbol graph lens, and feature callouts" width="100%">
3 
4 # Symbol Delta Ledger
5 
6 Cards-first code context for AI coding agents.
7 
8 [Get started](./docs/getting-started.md) · [Documentation](./docs/README.md) · [MCP tools](./docs/mcp-tools-reference.md) · [npm](https://www.npmjs.com/package/sdl-mcp)
9
10<br/>
11 
12![npm version](https://img.shields.io/npm/v/sdl-mcp.svg?style=for-the-badge)
13![npm downloads](https://img.shields.io/npm/dm/sdl-mcp.svg?style=for-the-badge)
14![GitHub commit activity](https://img.shields.io/github/commit-activity/w/GlitterKill/sdl-mcp?style=for-the-badge)<br/>
15[![RoastMyCode: A](https://roastmycode.ai/badge/GlitterKill/sdl-mcp)](https://roastmycode.ai/roast/latest/GlitterKill/sdl-mcp)
16</div>
17 
18## Work from the symbols that matter
19 
20SDL-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.
21 
22The 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.
23 
24## Start in a few minutes
25 
26SDL-MCP requires Node.js 24 or later. For an interactive first install, run the wrapper package from the repository you want to index:
27 
28```bash
29npx create-sdl-mcp
30```
31 
32For a standard global install, initialize the repository, verify it, then start the stdio server:
33 
34```bash
35npm install -g sdl-mcp
36cd <repository>
37sdl-mcp init
38sdl-mcp doctor
39sdl-mcp serve --stdio
40```
41 
42Use `sdl-mcp init -y --auto-index` for non-interactive setup. The [Getting Started guide](./docs/getting-started.md) covers the setup wizard, supported clients, HTTP transport, and configuration examples.
43 
44## A controlled retrieval loop
45 
46![Repository indexing and task-shaped retrieval flow](./docs/readme-assets/readme-how-it-works-v3.webp)
47 
481. Index the repository into symbols, relationships, and compact metadata.
492. Start with symbol search, task-shaped context, or graph slicing.
503. Escalate through progressively richer views only when the task requires more detail.
51 
52The 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.
53 
54![Iris Gate Ladder showing progressive context views](./docs/readme-assets/readme-iris-ladder-v3.webp)
55 
56## Choose the tool surface that fits the client
57 
58The generated [tool inventory](./docs/generated/tool-inventory.md) is the source of truth for registered tools and mode counts.
59 
60| Mode | Registered surface |
61| --- | --- |
62| Flat | 37 tools: 2 universal tools and 35 flat tools |
63| Gateway | 6 tools: 2 universal tools and 4 gateway namespaces |
64| Gateway with legacy | 41 tools: 2 universal, 4 gateway, and 35 flat tools |
65| Code Mode exclusive | 6 tools: `sdl.action.search`, `sdl.context`, `sdl.file`, `sdl.manual`, `sdl.retrieve`, and `sdl.workflow` |
66 
67Code 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](./docs/mcp-tools-reference.md) explains requests and responses for the installed surface.
68 
69## Build context from repository structure
70 
71### Symbol cards
72 
73Each 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.
74 
75![Symbol card surrounded by connected repository context](./docs/readme-assets/readme-symbol-card-v3.webp)
76 
77### Graph slicing
78 
79Graph slicing follows repository relationships rather than directory boundaries. Give SDL-MCP a task or a starting symbol and it retu

Preview

glitterkill/sdl-mcpglitterkill/sdl-mcp

# Symbol Delta Ledger

Cards-first code context for AI coding agents.

Repoglitterkill/sdl-mcp
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

MCPagent-contextagent-tools

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k