← Back to Plugins
MCP Server MCP

io.github.infino-ai/code-context

github By github 👁 1 views ▲ 0 votes

Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.

Homepage Verified source GitHub

Install

npx -y @infino-ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@infino-ai/code-context",
      "version": "0.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Repository root to serve. Optional - defaults to the working directory the server is launched in.",
          "format": "string",
          "name": "CX_ROOT"
        },
        {
          "description": "Where the index lives. Optional - defaults to .infino/ inside the repository root.",
          "format": "string",
          "name": "CX_INDEX_DIR"
        },
        {
          "description": "Set to 0 to disable the background staleness sync that runs as queries arrive.",
          "format": "string",
          "name": "CX_AUTO_SYNC"
        },
        {
          "description": "Set (1/true/yes) for keyword-only mode - skip the vector stage entirely.",
          "format": "string",
          "name": "CX_NO_EMBED"
        },
        {
          "description": "Set (1/true/yes) to turn off local usage accounting: the per-call receipt on results and the cx usage ledger. Optional - on by default, computed locally, nothing leaves the machine.",
          "format": "string",
          "name": "CX_NO_RECEIPT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...