codescout

mareurs/codescout
★ 20 stars Rust 🤖 AI/LLM Updated 8d ago
High-performance coding agent toolkit MCP server — IDE-grade code intelligence for LLMs
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": {
    "codescout": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "codescout"
      ]
    }
  }
}