cml

csharp36/cml
★ 0 stars Java 🤖 AI/LLM Updated 1d ago
CML — Context Multiplier Layer. An MCP server that indexes source code repositories into PostgreSQL, providing structural code intelligence to any LLM via the MCP protocol.
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": {
    "cml": {
      "command": "npx",
      "args": [
        "-y",
        "csharp36/cml"
      ]
    }
  }
}

README Excerpt

An MCP server that indexes source code repositories into PostgreSQL, providing structural code intelligence to any LLM via the [Model Context Protocol](https://modelcontextprotocol.io). CML parses your codebase with [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) for structural symbols and ingests [SCIP](https://github.com/sourcegraph/scip) for type-resolved semantics, then exposes them through 17 token-efficient query tools. Any MCP-compatible AI client (Claude Code, Codex, Cursor, et

Tools (20)

DELETEGETPOSTcheck_syncdiff_branchesfind_implementationsfind_referencesget_directory_treeget_file_summaryget_index_healthget_repo_summaryget_symbol_detailget_symbol_referencesget_type_hierarchyquery_audit_logsearch_branchessearch_codesearch_filessearch_symbolstoken