ctx-saver

ChonlakanSutthimatmongkhol/ctx-saver
★ 0 stars Go 🤖 AI/LLM Updated today
A self-hosted MCP server (Go) that reduces AI context window usage by sandboxing large tool outputs and returning compact summaries instead of raw text.
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": {
    "ctx-saver": {
      "command": "go",
      "args": [
        "run",
        "github.com/ChonlakanSutthimatmongkhol/ctx-saver@latest"
      ]
    }
  }
}