Odel
codeweaver

codeweaver

Local
@knitli12PythonApache-2.0Updated 2mo ago

Semantic code search built for AI agents. Hybrid, AST-aware, context for 166 languages.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcode-weaverv0.1.0a3

Run

uvx code-weaver

MCP client config

{
  "mcpServers": {
    "codeweaver": {
      "command": "uvx",
      "args": [
        "code-weaver"
      ]
    }
  }
}
Dockerdocker.io/knitli/codeweaver:0.1.0-alpha.3

Run

docker run -i --rm docker.io/knitli/codeweaver:0.1.0-alpha.3

MCP client config

{
  "mcpServers": {
    "codeweaver": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/knitli/codeweaver:0.1.0-alpha.3"
      ]
    }
  }
}