mcp-cli-ent

EstebanForge/mcp-cli-ent
★ 15 stars Go AI/LLM Updated 4mo ago ✗ Risk
A context-guardian CLI for MCP servers. It provides access to MCP servers via CLI and returns clean, structured summaries to the AI agent. This prevents context window overflow and preserves the agent's reasoning capacity. Cross-platform, zero-dependency.
View on GitHub → 🔍 Audit Wallet Slippage →

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-cli-ent": {
      "command": "go",
      "args": [
        "run",
        "github.com/EstebanForge/mcp-cli-ent@latest"
      ]
    }
  }
}