What are MCP connections?
MCP is an open protocol that allows AI agents to discover and call tools provided by external servers. In Pastures, this means the AI diagnostics crew can:- Create tickets in Jira when diagnosing issues
- Trigger PagerDuty incidents for critical findings
- Query external systems for additional context during diagnostics
Configure connections
Navigate to Pastures → Settings → AI Crew Connections. Each connection requires:| Field | Description |
|---|---|
| Name | A display name for the connection (e.g., “Production Jira”) |
| URL | The MCP server endpoint |
| Auth Type | none, basic, or bearer |
| Credentials | Username/password for basic auth, or token for bearer auth |
Test the connection
Click Test Connection to verify the MCP server is reachable and authentication is valid.
Demo mode connections
When demo mode is enabled, two sample MCP connections are pre-configured:| Name | Type | Purpose |
|---|---|---|
| Jira | Ticketing | Create and update issues from AI diagnostics |
| PagerDuty | Incident management | Trigger and resolve incidents |