Skip to content
Back to search
30
MCP

context-minimizer-mcp

npm/context-minimizer-mcp

MCP server for AI context optimization — AST-aware code indexing, tiered compaction, FTS5 search, dependency graphs, and LRU caching to minimize token usage.

Uptime
0.0%
45 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

agent-context-optimizer-mcp
MCP Server that solves context window overload — smart tool pruning, relevance scoring, and budget tracking for AI agents
0 tools
mcp-code-context
MCP server for managing API endpoints and code context for AI coding assistants
0 tools
@contextstream/mcp-server
MCP server that gives AI coding assistants persistent memory, semantic code search, a dependency graph, grounded Q&A, and team context (GitH
0 tools
io.github.shivam-app-developers/ai-optimizer
MCP server that cuts AI coding agent token usage via framework-aware context optimization
0 tools
cctx-mcp
MCP server for AI agents — structured code analysis that cuts token usage by 87%
0 tools
io.github.arrayo/smart-context-mcp
Reduces AI agent token usage by 90% via context compression and task checkpoint persistence.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "context-minimizer-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}