Skip to main content

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.

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.

Adding a connection

  1. Go to Org Admin > MCP Connections.
  2. Click Add Connection.
  3. Fill in Name, URL (the MCP server endpoint), Auth Type (None or Bearer Token), and Token if applicable.
The connection is available to the agent in all new chats.

Example: GitHub

  1. Create a fine-grained PAT with read access to Contents, Issues, Pull requests, and Metadata.
  2. Add a connection with URL https://api.githubcopilot.com/mcp/ and the PAT as the bearer token.
The agent can then search code, read files, list issues/PRs, and get commit history from your repos.

Managing connections

  • Edit — click the pencil icon to update name, URL, or token.
  • Delete — click the trash icon.

Troubleshooting

ProblemFix
Can’t access private reposEdit the PAT on GitHub to include those repos
”Unauthorized” errorsToken expired — generate a new PAT and update
Tools not appearingVerify the URL matches the MCP server endpoint