← Back to Plugins
MCP Server MCP

Code Index

github By github 👁 1 views ▲ 0 votes

Fast local source code searching using Zoekt trigram-based indexing

Homepage Verified source GitHub

Install

mcpb:https://github.com/trondhindenes/code-index-mcp/releases/download/1.0.16/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/trondhindenes/code-index-mcp/releases/download/1.0.16/code-index-mcp-darwin-amd64.mcpb",
      "version": "1.0.16",
      "fileSha256": "c6e0a39d46283d91f8b82a4fa6f78e8d969ddb94297dc061c4a1f7402c4f56df",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/trondhindenes/code-index-mcp/releases/download/1.0.16/code-index-mcp-darwin-arm64.mcpb",
      "version": "1.0.16",
      "fileSha256": "5d09b2eefbd897af26b9d752a765b50cee3aecde6c791de94c3569802a591001",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/trondhindenes/code-index-mcp/releases/download/1.0.16/code-index-mcp-linux-amd64.mcpb",
      "version": "1.0.16",
      "fileSha256": "34a77daf332a5b0bab9cef2fb3a1ac9c9cd547ea9b248f31b35c65b383c4e922",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/trondhindenes/code-index-mcp/releases/download/1.0.16/code-index-mcp-linux-arm64.mcpb",
      "version": "1.0.16",
      "fileSha256": "194fc0ffaea54b20055f3a492a3d8426daf25bb51a46d87a96cb283e479b5f23",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...