Aider MCP Server
未申請Minimal MCP Server for Aider
未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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.