{
  "_comment": "Place this file at ~/.pi/agent/configs/mcp.json (chmod 600)",
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.sentry.dev/mcp"]
    },
    "atlassian": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.atlassian.com/v1/mcp"]
    },
    "github": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://api.githubcopilot.com/mcp/",
        "--header", "Authorization:Bearer ${GITHUB_TOKEN}"
      ]
    },
    "slack": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://mcp.slack.com/mcp",
        "--static-oauth-client-info",
        "{\"client_id\":\"${SLACK_CLIENT_ID}\",\"client_secret\":\"${SLACK_CLIENT_SECRET}\"}"
      ]
    }
  }
}
