MCP.so
Sign In

mcp-injector

@foldwork-dev

About mcp-injector

Local MCP daemon that compresses your codebase before sending it to Claude 41-89% token reduction

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is mcp-injector?

A local MCP daemon that pre-indexes your codebase into a SQLite catalog and serves AST-compressed snapshots to Claude Code, Cursor, and VS Code on every query — reducing token usage by 41-89% on real codebases.

Key Features

  • 41-89% token reduction — verified across Django (Python), Tokio (Rust), Gin (Go), and more
  • AST body folding — compresses function bodies into placeholders; Claude only reads what it needs
  • BM25 full-text search — fast symbol and code search without reading raw files
  • Zero config — single Go binary, works immediately after install
  • Offline-first — runs entirely locally, no network calls, no telemetry
  • Free tier — unlimited for codebases under 100K lines

How to install

curl -fsSL https://foldwork.dev/install.sh | sh

Comments

More Developer Tools MCP servers