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%
3 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
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
io.github.alex-feel/mcp-context-server
An MCP server that provides persistent multimodal context storage for LLM agents.
0 tools
io.github.cap-js/mcp-server
Model Context Protocol (MCP) server for AI-assisted development of CAP applications.
0 tools

How to use

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

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