★ 3 stars
TypeScript
🤖 AI/LLM
Updated 1d ago
MCP server that gives AI agents semantic search tool. Builds AST, call graphs, type graphs, and hybrid semantic search — so your agent queries structured indexes instead of dumping files into context. 7 languages. Zero config. One command setup.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"codeweave-mcp": {
"command": "npx",
"args": [
"-y",
"semihkayan/codeweave-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add codeweave-mcp npx -y semihkayan/codeweave-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"codeweave-mcp": {
"command": "npx",
"args": [
"-y",
"semihkayan/codeweave-mcp"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <h1 align="center">@codeweave/mcp</h1> <p align="center"> <strong>Give your AI agent structured code understanding — not just file dumps.</strong> </p> <p align="center"> <a href="https://www.npmjs.com/package/@codeweave/mcp"><img src="https://img.shields.io/npm/v/@codeweave/mcp.svg" alt="npm version"></a>
Tools (3)
get_index_status reindex semantic_search
Topics
ai-tools ast call-graph claude code-analysis code-intelligence codebase-indexing cursor lancedb mcp mcp-server ollama qwen3-embeddings rag semantic-search