CodeWeave Mcp

by semihkayan

359 downloads
Not rated
GitHub

About

Save tokens while coding — your AI agent gets structured code context, not file dumps.

Details

Author
semihkayan
Downloads
359
Categories
Other, Knowledge Base

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name CodeWeave Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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" } } } ``
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.