MCP Setup
Overview
AutoMD exposes an MCP (Model Context Protocol) server that lets AI agents interact with your boards programmatically. Any MCP-compatible agent can create tasks, move cards, update metadata, and query your boards.
Connection
Add the AutoMD MCP server to your agent’s configuration:
{
"mcpServers": {
"automd": {
"url": "http://localhost:3000/mcp"
}
}
}
Supported agents
AutoMD works with any MCP-compatible agent, including:
- Claude (Anthropic)
- GitHub Copilot
- Cursor
- Custom agents using the MCP SDK
Info
Per-agent setup guides and authentication options coming soon.