★ 2 stars
TypeScript
🤖 AI/LLM
Updated today
LORE MCP Server — Code Archaeology & Intelligence for AI-Native Development. 13 analyzers, dependency graphs, circular dependency detection, type safety scoring, hotspot analysis, and AI recommendations via Model Context Protocol.
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": {
"lore-mcp": {
"command": "npx",
"args": [
"-y",
"EliotShift/lore-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add lore-mcp npx -y EliotShift/lore-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"lore-mcp": {
"command": "npx",
"args": [
"-y",
"EliotShift/lore-mcp"
]
}
}
}
📋 Copy
Topics
ai architecture ast claude code-analysis code-archaeology code-intelligence cursor dependency-graph developer-tools mcp model-context-protocol static-analysis typescript windsurf