Model Context Protocol (MCP) server to execute aider-specific code editing operations
stdio MCP server to run aider as a detached background process with basic git tools and status checks. This allows LLMs to start code editing processes freely and check the chat history for progress at a later time to allow for agentic swarm behavior. An file is created in the same directory with the process ID and starting datetime. The MCP server provides tools for LLM agents to check if the…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
stdio MCP server to run aider as a detached background process with basic git tools and status checks. This allows LLMs to start code editing processes freely and check the chat history for progress at a later time to allow for agentic swarm behavior. An file is created in the same directory with the process ID and starting datetime. The MCP server provides tools for LLM agents to check if the process is still running, and to check the for updates. The original message prompt send via the MCP…