[defaults.mcp] for all agents or per-agent in [[agents.mcp]].
MCP Server Definition
Unique name for this MCP server.
Transport protocol for communicating with the server.Valid values:
stdio, httpWhether this MCP server is enabled.
Stdio Transport
For MCP servers that communicate via stdin/stdout.Command to execute to start the MCP server.
Command-line arguments passed to the command.
Environment variables passed to the MCP server process.
HTTP Transport
For MCP servers that communicate via HTTP.HTTP endpoint URL for the MCP server.
HTTP headers sent with requests to the MCP server.
Default vs Per-Agent MCP Servers
MCP servers configured in[defaults.mcp] are available to all agents. Per-agent MCP servers override the defaults for that specific agent.
dev agent gets:
- Custom filesystem server (overrides default)
- GitHub server (in addition to default)
- Default filesystem server
Examples
Filesystem Server
/workspace directory.
GitHub Server
Brave Search Server
Postgres Server
HTTP MCP Server
Multiple MCP Servers
Per-Agent MCP Configuration
Available MCP Servers
Official MCP servers from the Model Context Protocol project:@modelcontextprotocol/server-filesystem- File system access@modelcontextprotocol/server-github- GitHub API integration@modelcontextprotocol/server-brave-search- Web search via Brave@modelcontextprotocol/server-postgres- PostgreSQL database access@modelcontextprotocol/server-sqlite- SQLite database access@modelcontextprotocol/server-google-maps- Google Maps API@modelcontextprotocol/server-slack- Slack API integration