Codeweave MCP Server
Give your AI agent structured code understanding - not just file dumps. CodeWeave is an MCP server that gives AI agents cheap, precise code intelligence. Instead of dumping entire files into context, your agent queries local indexes - AST, call graph, type graph, hybrid semantic search - and gets back only what it needs. Its 3 documented tools cluster into semantic, reindex, read & search.
People connecting AI & ML tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-05-26 · ★ 4 · #70 OF 95 MAINTAINED AI & ML · VERIFIED 2026-08-25
Apache-2.0 · TypeScript servers · how we verify → /methodology
01 · Install Codeweave
Claude Code
claude mcp add semihkayan-codeweave-mcp -- npx -y @codeweave/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"semihkayan-codeweave-mcp": {
"command": "npx",
"args": [
"-y",
"@codeweave/mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license Apache-2.0 - declared in the repository
npm package @codeweave/mcp - the @codeweave scope differs from the repo owner (semihkayan); confirm it's the project's official package
registry namespace io.github.semihkayan is GitHub-verified and matches the repo owner
03 · What Codeweave can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can search by meaning - finds functions even when you don't know exact names. Hybrid vector + keyword search with density-based reranking, and index health dashboard: file/function counts, embedding status, call graph stats, language breakdown.
The 3 tools it gives your agent
Extracted from the project's README - what codeweave lets an agent do.
- semantic_search
- - Search by meaning - finds functions even when you don't know exact names. Hybrid vector + keyword search with density-based reranking.
- reindex
- - Manually trigger index update. Usually unnecessary - file watcher auto-reindexes on changes.
- get_index_status
- - Index health dashboard: file/function counts, embedding status, call graph stats, language breakdown.
04 · Who maintains Codeweave
codeweave is maintained by semihkayan. It's the only MCP server we track from this author; the repo dates to Mar 2026.
05 · Facts
- repository
- github.com/semihkayan/codeweave-mcp
- category
- AI & ML - ranked #70 of 95 actively-maintained AI & ML servers as of 2026-08-25.
- registry
- io.github.semihkayan/codeweave (active, first published 2026-04-01 · 6 versions)
- packages
- npm:@codeweave/mcp
06 · Codeweave FAQ
Is Codeweave still maintained?
Yes - as of 2026-08-25, its last commit was 2026-05-26. We re-verify nightly.
What can Codeweave do?
With this server connected, an agent can search by meaning - finds functions even when you don't know exact names. Hybrid vector + keyword search with density-based reranking, and index health dashboard: file/function counts, embedding status, call graph stats, language breakdown.
How do I install Codeweave?
Run `npx -y @codeweave/mcp`. You can also paste the ready-made client config above.
Does Codeweave run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Codeweave
Alternatives to Codeweave
Maintained AI & ML servers if Codeweave isn't the fit.
- Fun ASR Transcribe local audio with FunASR and SenseVoice using private, on-device inference. ★ 20,003 · 2026-08-24
- Airweave Search MCP server for searching Airweave collections with natural language queries. ★ 6,564 · 2026-06-05
- Auto TS Automated time series forecasting with model search, anomaly detection, and event risk analysis ★ 1,430 · 2026-08-23
- Haiku RAG Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval ★ 584 · 2026-08-24
- Plan Exe MCP server for generating rough-draft project plans from natural-language prompts. ★ 397 · 2026-08-23
- PageIndex MCP Reasoning-based RAG system for chatting with long PDFs. Supports local and online files. ★ 380 · 2026-07-25
Pairs well with
Servers that cover what Codeweave doesn't - only shown when the pairing reason fits the companion.
More AI & ML MCP servers · Minirag MCP · Oasyce · Local RAG (shinpr) · Quesen Deterministic Agent Decision Layer · Sidclaw Governance MCP
More TypeScript MCP servers · Warp Ozbridge · Replicate MCP Server · Sendblue Browser MCP · AI · Sequenzy MCP · see all