malaksedarous/context-optimizer-mcp-server
A Model Context Protocol (MCP) server that provides context optimization tools for AI coding assistants including GitHub Copilot, Cursor AI, Claude Desktop, and other MCP-compatible assistants enabling them to extract targeted information rather than processing large terminal outputs and files wasting their context.
Platform-specific configuration:
{
"mcpServers": {
"context-optimizer-mcp-server": {
"command": "npx",
"args": [
"-y",
"context-optimizer-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...