★ 234 stars
TypeScript
🤖 AI/LLM
Updated 17d ago
SDL-MCP gives coding agents the right code context, not your entire repo. It turns sprawling codebases into compact, high-signal context that saves tokens, speeds up workflows, and improves agent output.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"sdl-mcp": {
"command": "npx",
"args": [
"-y",
"GlitterKill/sdl-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add sdl-mcp npx -y GlitterKill/sdl-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"sdl-mcp": {
"command": "npx",
"args": [
"-y",
"GlitterKill/sdl-mcp"
]
}
}
}
📋 Copy
Topics
agent-context agent-tools agentic-coding agentic-workflow agents ai-agents code-analysis code-context codebase-indexing codebase-intelligence codegraph coding-agent mcp semantic-analysis token-savings