Feature · Copilot MCP
Your database, inside GitHub Copilot
Cocobox exposes your databases to GitHub Copilot via the Model Context Protocol. Ask Copilot about your schema, run read-only queries, and get answers without leaving your editor.
Finally: Copilot that knows your database
Copilot is great at code — but it has no idea what's in your database. With Cocobox MCP, it does. Ask "what tables relate to orders?" and Copilot reads your real schema to answer.
Set it up in 60 seconds
- Open VS Code Copilot settings and add the Cocobox MCP server URL.
- Paste your Cocobox personal access token.
- Pick which connections Copilot can see.
Secure by default
- Read-only by default — writes require explicit grant per connection.
- Every query hits your audit log.
- Tokens are revocable and scope-limited.