MCP connections extend the analytics agent with tools from external services. Add a connection, and the agent can use those tools during chat — for example, searching GitHub issues or reading repository files.Documentation Index
Fetch the complete documentation index at: https://docs.delphina.ai/llms.txt
Use this file to discover all available pages before exploring further.
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 |