Skip to content

Commit 22af9c4

Browse files
committed
chore: update license copyright and Cloud MCP endpoint
- Update LICENSE copyright to Cockroach Labs Inc. - Update CockroachDB Cloud MCP endpoint URL and add OAuth 2.0 + API key auth details - Document all 12 Cloud MCP tools in comment
1 parent cfb79b7 commit 22af9c4

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
Copyright 2026 Virag Tripathi
178+
Copyright 2026 Cockroach Labs Inc.
179179

180180
Licensed under the Apache License, Version 2.0 (the "License");
181181
you may not use this file except in compliance with the License.

mcp.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@
2626
},
2727
"cockroachdb-cloud": {
2828
"type": "http",
29-
"url": "https://mcp.cockroachlabs.cloud",
30-
"_comment": "Official CockroachDB Cloud MCP Server — coming soon"
29+
"url": "https://cockroachlabs.cloud/mcp",
30+
"_comment": "Official CockroachDB Cloud MCP Server — OAuth 2.0 + API key auth. 12 tools: get_cluster_status, show_running_queries, list_databases, switch_database, create_database, list_tables, describe_table, create_table, list_columns, list_indexes, execute_query, explain_query. Read-only by default. Requires CockroachDB Cloud account.",
31+
"env": {
32+
"COCKROACHDB_CLOUD_API_KEY": "${COCKROACHDB_CLOUD_API_KEY}"
33+
}
3134
}
3235
}
3336
}

0 commit comments

Comments
 (0)