DirectoryContext Optimizer
files

Context Optimizer

by malaksedarous

21
Health
stale
13
Popularity

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.

57stars
6forks
TypeScript
MIT
Updated May 10, 2026
#claude-code#cursor-ide#github-copilot#mcp-server

Add to Claude Desktop

Paste this into your claude_desktop_config.json file:

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

Install method inferred — check the GitHub README for exact setup

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Maintenance Healthstale

Freshness8/40
Issue response3/30
Org backing5/20
Longevity5/10
Updated within a year
Most issues unresolved
Solo project

Server Info

Categoryfiles
LanguageTypeScript
LicenseMIT
StatusACTIVE
Free for open source

Get Your API Key

AI pair programmer that works with your MCP tools. Free for students and open source.

Try GitHub Copilot

Submit Your Server

Built an MCP server? Get it listed in front of thousands of developers.

List Your Server Free
Back to Directory