prestai-aider-mcp
v1.0.0
Published
MCP Server for Aider AI pair programming
Maintainers
Readme
prestai-aider-mcp
MCP Server for Aider AI pair programming integration.
Installation
npm install prestai-aider-mcpUsage
Add to Claude Desktop configuration:
{
"mcpServers": {
"aider": {
"command": "prestai-aider-mcp",
"env": {
"ANTHROPIC_API_KEY": "your-api-key"
}
}
}
}Tools
aider_chat- Interactive Aider sessionaider_execute- Execute coding instructionsaider_add_files- File management
Requirements
- Node.js >= 16.0.0
- Aider installed:
pip install aider-chat
