Docs for CockroachDB MCP Server Phase 1#22885
Docs for CockroachDB MCP Server Phase 1#22885bsanchez-the-roach wants to merge 4 commits intomainfrom
Conversation
Files changed:
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
| "type": "http", | ||
| "url": "https://cockroachlabs.cloud/mcp?cluster_id={your-cluster-id}" | ||
| } | ||
| ~~~ |
There was a problem hiding this comment.
It would be helpful if an engineer could go through and make sure that all eight of these JSON snippets are accurate. I just copied the OAuth ones from the instructions on the cluster connect modal. For the API key ones, I simply added the Authentication header, as in the Claude Code config, but that might not be the right syntax for all of the other tools.
| "url": "https://cockroachlabs.cloud/mcp?cluster_id={your-cluster-id}" | ||
| } | ||
| ~~~ | ||
|
|
There was a problem hiding this comment.
Also, in the first published version of this document, do we actually want to do JSON snippets or would we rather include the CLI commands for each tool?
| 3. Find `"mcpServers"`. Include the JSON snippet in the list of MCP servers, replacing the `{your-cluster-id}` and `{your-service-account-api-key}` placeholders. | ||
|
|
||
| 4. Restart Claude Code. | ||
|
|
There was a problem hiding this comment.
It would also be helpful if, for each of these tools, an engineer could give me the command to run to verify that the server has been added correctly, and (perhaps a separate?) command to verify that the connection is working. For example claude mcp list shows that the server has been added to claude (though I don't know what the command is to verify the connection, if there is one).
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
DOC-15457
For now this is just a "Getting Started" guide.