Skip to main content
Glama

Aider MCP Server

by disler
pyproject.toml555 B
[project] name = "aider-mcp-server" version = "0.1.0" description = "Model context protocol server for offloading ai coding work to Aider" readme = "README.md" authors = [ { name = "IndyDevDan", email = "minor7addfloortom@gmail.com" } ] requires-python = ">=3.12" dependencies = [ "aider-chat>=0.81.0", "boto3>=1.37.27", "mcp>=1.6.0", "pydantic>=2.11.2", "pytest>=8.3.5", "rich>=14.0.0", ] [project.scripts] aider-mcp-server = "aider_mcp_server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/disler/aider-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server