Adding a connection
- Go to Org Admin > MCP Connections.
- Click Add Connection.
- Fill in Name, URL (the MCP server endpoint), Auth Type (None or Bearer Token), and Token if applicable.
Example: GitHub
- Create a fine-grained PAT with read access to Contents, Issues, Pull requests, and Metadata.
- Add a connection with URL
https://api.githubcopilot.com/mcp/and the PAT as the bearer token.
Managing connections
- Edit — click the pencil icon to update name, URL, or token.
- Delete — click the trash icon.
Troubleshooting
| Problem | Fix |
|---|---|
| Can’t access private repos | Edit the PAT on GitHub to include those repos |
| ”Unauthorized” errors | Token expired — generate a new PAT and update |
| Tools not appearing | Verify the URL matches the MCP server endpoint |