Extend agents with external tools via Model Context Protocol. Stdio JSON-RPC, auto-discovered, namespaced.
Define a server in a Markdown file, reference it from your agent, and its tools appear automatically.
.md definition file with connection detailsmcp: [jira] to your agent's frontmatterTools are namespaced (jira__get_issue) to avoid collisions. The agent discovers available tools automatically via JSON-RPC handshake.
coder.md agent.ticket-worker.md.ticket-worker.md.Stdio, HTTP, and SSE transports are all supported. Any MCP-compliant server works.
transport: http or transport: sse in your MCP server definition.