MCP Directory
Back

context-optimizer-mcp-server

by malaksedarous · TypeScript · ★ 57

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.

#claude-code#cursor-ide#github-copilot#mcp-server

Install

npx -y github:malaksedarous/context-optimizer-mcp-server

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "context-optimizer-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:malaksedarous/context-optimizer-mcp-server"
      ]
    }
  }
}

From the README

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. > This MCP server is the evolution of the [VS Code Copilot Context Optimizer extension](https://github.com/malaksedarous/vscode-copilot-context-optimizer), but with compatibility across MCP-supporting applications. **Have you ever experienced this with your AI coding assistant (l…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers