CodeWeave Mcp
About
Save tokens while coding — your AI agent gets structured code context, not file dumps.
Details
- Author
- semihkayan
- Downloads
- 359
- Categories
- Other, Knowledge Base
Jump to
- 8 MCP tools for code understanding workflow
- Semantic search with 6-stage hybrid retrieval pipeline
- tree-sitter AST parsing for 7 programming languages
- Local vector embeddings via Qwen3-Embedding-0.6B and LanceDB
- Call graph and type graph for impact analysis
- Incremental file watcher for automatic reindexing
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
CodeWeave McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Run npx @codeweave/mcp inside your project directory. The setup wizard automatically installs dependencies, configures your MCP client, and indexes your project. After setup, open your project in Claude Code or VS Code and ask questions using the 8 available tools (e.g., semantic_search, get_function_source, get_impact_analysis).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"codeweave mcp": {
"codeweave-mcp": {
"command": "npx",
"args": [
"@codeweave/mcp"
]
}
}
}
}
McpServers
{
"codeweave-mcp": {
"command": "npx",
"args": [
"@codeweave/mcp"
]
}
}
4. Configure your MCP client
Claude Code — add.mcp.json to your project root:
``json
{
"mcpServers": {
"codeweave": {
"command": "codeweave-server"
}
}
}
`
VS Code — add .vscode/mcp.json:
`json
{
"servers": {
"codeweave": {
"command": "codeweave-server"
}
}
}
``Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





