Skip to content

crackingshells/colgrep-mcp

v0.5.2AGPL-3.0-or-later

Semantic and hybrid code search for coding agents, exposed as MCP tools backed by colgrep.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

colgrepstdio
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "colgrep-mcp==0.5.2"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "colgrep-mcp",
  "version": "0.5.2",
  "description": "Semantic and hybrid code search for coding agents, exposed as MCP tools backed by colgrep.",
  "author": {
    "name": "Eliott Jacopin",
    "email": "eliott.jacopin@riken.jp"
  },
  "homepage": "https://github.com/CrackingShells/colgrep-mcp",
  "repository": "https://github.com/CrackingShells/colgrep-mcp",
  "license": "AGPL-3.0-or-later",
  "keywords": [
    "mcp",
    "colgrep",
    "semantic-search",
    "code-search",
    "agents"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "colgrep",
        "shortDescription": "Semantic and hybrid code search for coding agents, backed by colgrep.",
        "longDescription": "Exposes colgrep's semantic and hybrid (grep + ranking) code search as MCP tools, resources and prompts, so agents search code by meaning instead of shelling out to grep. Supports 18+ languages and incremental indexing, with agent-facing usage guidance via a bundled skill.",
        "developerName": "Eliott Jacopin",
        "category": "Developer Tools",
        "capabilities": [
          "Read"
        ],
        "defaultPrompt": [
          "Search this repo for the authentication logic.",
          "Find where errors are handled for database connections.",
          "Show the index status for this project."
        ]
      },
      "hooks": "./hooks/hooks.json"
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai