Exposes Aider's AI coding capabilities programmatically via WebSocket using the Model Context Protocol (MCP).
Aider is a production-ready Model Context Protocol (MCP) server that wraps Aider's functionality, making it accessible via WebSocket. This allows editor plugins and services to interact with Aider programmatically, enabling AI-assisted coding workflows. Supporting standard MCP methods and JSON-RPC 2.0, it ensures compatibility with MCP clients like Claude Desktop. Each client receives an isolated workspace, ensuring a clean and independent coding environment.
主な機能
01Multi-tenant isolation with one Aider child process per client
02Full MCP Protocol Support with JSON-RPC 2.0
03Real-time bidirectional communication via WebSocket
040 GitHub stars
05Automatic completion detection
06Isolated workspaces for each session
ユースケース
01Build custom applications that leverage AI-assisted coding
02Automate code generation and modification tasks
03Integrate Aider's coding capabilities into editor plugins