codeaware-mcp

mhmtbsbyndr/codeaware-mcp
★ 0 stars Rust 🤖 AI/LLM Updated today
MCP server for Claude Code that compresses file reads by 90-95% via tree-sitter AST analysis, reduces test/build output by 92%, recovers full session state after /compact, and provides impact analysis on edits — all in a single Rust binary
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codeaware-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "codeaware-mcp"
      ]
    }
  }
}

README Excerpt

<p align="center"> <strong>Local-first AI Code Intelligence, Token Compression, Research & Quality Runtime for MCP Agents</strong> </p> <p align="center"> <img alt="Rust" src="https://img.shields.io/badge/Rust-2021-orange?style=for-the-badge&logo=rust" /> <img alt="MCP" src="https://img.shields.io/badge/MCP-JSON--RPC-blue?style=for-the-badge" />

Tools (8)

BadGoodWarningbenchmark_compressionprovide_feedbacktoken_qualitytoken_savings_reporttoken_stats

Topics

claude-codecode-intelligencecontext-compressiondeveloper-toolsllm-toolsmcpmcp-serverrusttoken-optimizationtree-sitter