★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"codeaware-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"codeaware-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add codeaware-mcp cargo run -- codeaware-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"codeaware-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"codeaware-mcp"
]
}
}
}
📋 Copy
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)
Bad Good Warning benchmark_compression provide_feedback token_quality token_savings_report token_stats
Topics
claude-code code-intelligence context-compression developer-tools llm-tools mcp mcp-server rust token-optimization tree-sitter