Code Dev Intel.ts
Freeby MCP Community
Self-hosted AI code intelligence for TypeScript — symbol resolution, structural search, duplicate detection, and dependency graphs via MCP server.
v0.1.6Added Apr 12, 2026
code-intelligencemcptypescriptaisymbol-resolution
Code Dev Intel.ts MCP Server
Self-hosted AI code intelligence for TypeScript — symbol resolution, structural search, duplicate detection, and dependency graphs via MCP server.
Installation
Reviews
Installation
Quick install
npx -y code-dev-intel.ts
Add to claude_desktop_config.json
{
"mcpServers": {
"code-dev-intel.ts": {
"command": "npx",
"args": ["-y", "code-dev-intel.ts"]
}
}
}