Aider MCP Server
UnclaimedMinimal MCP Server for Aider
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (8)
ai_coding_prompt
(string, required): The natural language instruction for the AI coding task.
diff
string - The diff of the changes made to the file.
editor_model
(string, optional): The AI model Aider should use for editing/refining code, particularly when using architect mode. If not provided, the primary model might be used depending on Aider's internal logic. Defaults to None.
model
(string, optional): The primary AI model Aider should use for generating code. Defaults to "gemini/gemini-2.5-pro-exp-03-25". You can use the listmodels tool to find other available models.
relative_editable_files
(list of strings, required): A list of file paths (relative to the currentworkingdir) that Aider is allowed to modify. If a file doesn't exist, it will be created.
relative_readonly_files
(list of strings, optional): A list of file paths (relative to the currentworkingdir) that Aider can read for context but cannot modify. Defaults to an empty list [].
substring
(string, required): The substring to search for within the names of available models.
success
boolean - Whether the operation was successful.