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).
Run
uvx code-weaver
MCP client config
{
"mcpServers": {
"codeweaver": {
"command": "uvx",
"args": [
"code-weaver"
]
}
}
}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"
]
}
}
}