mcp-compressor

atlassian-labs/mcp-compressor
★ 43 stars Python 🧠 Memory/Knowledge Updated today
An MCP server wrapper for reducing tokens consumed by MCP tools.
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": {
    "mcp-compressor": {
      "command": "uvx",
      "args": [
        "mcp-compressor"
      ]
    }
  }
}

Or install with pip: pip install mcp-compressor

README Excerpt

An MCP server wrapper for reducing tokens consumed by MCP tools, available in both Python and TypeScript libraries. - **Github repository**: <https://github.com/atlassian-labs/mcp-compressor/> - **Documentation** <https://atlassian-labs.github.io/mcp-compressor/> - **TypeScript docs (GH Pages)**: <https://atlassian-labs.github.io/mcp-compressor/typescript/>

Tools (3)

highlowmax