code-dev-intel.ts

jordanvalnet/code-dev-intel.ts
★ 0 stars TypeScript AI/LLM Updated today
Self-hosted AI code intelligence for TypeScript — symbol resolution, structural search, duplicate detection, and dependency graphs via MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "code-dev-intel.ts": {
      "command": "npx",
      "args": [
        "-y",
        "jordanvalnet/code-dev-intel.ts"
      ]
    }
  }
}

README Excerpt

`code-dev-intel` is an npm package that exposes a self-hosted MCP and HTTP server for TypeScript code intelligence. It gives AI agents and IDE assistants fast access to symbol definitions, references, implementations, file outlines, dependency graphs, structural search, text search, and duplicate detection without forcing the model to scan your whole repository every time.

Tools (1)

findDefinitions