Back to Browse

Codeweave MCP Server

Developer ToolsLow Risk10.0Local
Free

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: 7 highly-trusted packages.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-semihkayan-codeweave": {
      "args": [
        "-y",
        "@codeweave/mcp"
      ],
      "command": "npx"
    }
  }
}

Getting Started

Once installed, try these example prompts and explore these capabilities:

  • 1"What's the blast radius if I change the DatabaseConnection class?"
  • 2"Find all functions that handle user authentication"
  • 3"Which docstrings are stale or missing in the API layer?"
  • 4Tool: semantic_search — Find functions by meaning, not just name. Hybrid vector + keyword search.
  • 5Tool: get_function_source — Read a specific function's source code without loading entire files.
  • 6Tool: get_module_summary — Browse a directory's functions, classes, and signatures at a glance.
  • 7Tool: get_dependencies — See what a function calls, cross-validated against docstrings.
  • 8Tool: get_impact_analysis — Assess blast radius before changing a function or type.
  • 9Tool: get_stale_docstrings — Find missing or outdated docstrings and @deps drift.
  • 10Tool: reindex — Manually refresh the index (usually unnecessary — file watcher auto-updates).
  • 11Tool: get_index_status — Check index health: file counts, embedding progress, language breakdown.

Reviews

5.03 ratings · 1 review
5
3
4
0
3
0
2
0
1
0
O
Onurcan Oğul4 months ago

It's great to have found a tool that knows my codebase so well and has such a low token cost, before it was even discovered.

Version History

v0.1.17Apr 2, 2026Re-scanned
v0.1.12Apr 2, 2026Re-scanned
Codeweave MCP Server - Save tokens while coding — your AI agent gets structured | MCP Marketplace