Docs for CockroachDB MCP Server Phase 1#22885
Docs for CockroachDB MCP Server Phase 1#22885bsanchez-the-roach wants to merge 10 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.
|
src/current/cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server.md
Show resolved
Hide resolved
src/current/cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server.md
Show resolved
Hide resolved
src/current/cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server.md
Show resolved
Hide resolved
✅ 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. |
src/current/cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server.md
Show resolved
Hide resolved
src/current/cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server.md
Show resolved
Hide resolved
src/current/cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server.md
Show resolved
Hide resolved
src/current/cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server.md
Show resolved
Hide resolved
src/current/cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server.md
Show resolved
Hide resolved
src/current/cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server.md
Show resolved
Hide resolved
rahulcrl
left a comment
There was a problem hiding this comment.
Minor comment, otherwise looks great!
rmloveland
left a comment
There was a problem hiding this comment.
had some suggestions re: filename, some wording stuff, overall looking good tho
really wondering about the cline vs codex choice too but maybe more of a product decision? idk
src/current/cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server.md
Show resolved
Hide resolved
src/current/cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server.md
Show resolved
Hide resolved
f097463 to
7e7e877
Compare
rmloveland
left a comment
There was a problem hiding this comment.
LGTM thanks for the updates!
src/current/cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server.md
Show resolved
Hide resolved
| ## In this section | ||
|
|
||
| - [Agent Skills for CockroachDB]({% link {{ page.version.version }}/agent-skills.md %}): A public Git repository of Agent Skills for CockroachDB. These skills encode operational expertise so that AI agents, automation systems, and developer tools can perform production-grade CockroachDB operations. | ||
| - [CockroachDB Cloud MCP Server]({% link cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server.md %}): Connect AI assistants to a CockroachDB Cloud cluster using the Model Context Protocol (MCP). This enables AI tools to perform specific read/write operations on a cluster. |
There was a problem hiding this comment.
There was a recent feedback from legal to use "your AI tools" or "your AI assistants" wherever we are using "AI tools" or "AI assistants". We have changed that on Cloud Console. I think we will need to update that in docs too.
There was a problem hiding this comment.
okay good to know, will share that with the docs team.
| { | ||
| "title": "CockroachDB Cloud MCP Server", | ||
| "urls": [ | ||
| "/cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server.html" |
There was a problem hiding this comment.
I am using this on Cloud UI:
There was a problem hiding this comment.
Yes, was going to mention, it's now https://www.cockroachlabs.com/docs/cockroachcloud/connect-to-the-cockroachdb-cloud-mcp-server
| toc: true | ||
| --- | ||
|
|
||
| CockroachDB Cloud includes a managed [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that enables AI coding tools and AI agents to access a cluster. AI tools can explore live schemas and run queries against a cluster using OAuth or API key authentication. A user can interact with their cluster using natural language prompts to perform read and write operations such as listing tables, executing [`SELECT`]({% link {{site.current_cloud_version}}/select-clause.md %}) statements, and inserting rows into a table. |
There was a problem hiding this comment.
We should add "your" to AI tools/agents here too.
DOC-15457
For now this is just a "Getting Started" guide.