cortex-works-minimal

cortex-works/cortex-works-minimal
★ 8 stars Rust 🤖 AI/LLM Updated 25d ago
A hyper-optimized MCP server that supercharges AI coding agents. Outperforms built-in IDE tools with AST-based precision editing and native OS control, drastically reducing LLM token consumption.
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": {
    "cortex-works-minimal": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "cortex-works-minimal"
      ]
    }
  }
}

Topics

ai-agentsai-codingast-parsingcursor-ideide-toolsllm-toolsmcpmcp-serverrusttoken-optimizationvscode-copilot