CockroachDB MCP Server
by fastmcp-me
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | CockroachDB connection URI (postgresql://user:pass@host:port/db) | |
| CRDB_PWD | No | The user's password. | |
| CRDB_HOST | No | The host name or address of a CockroachDB node or load balancer. | 127.0.0.1 |
| CRDB_PORT | No | The port number of the SQL interface. | 26257 |
| CRDB_DATABASE | No | A database name to use as the current database. | defaultdb |
| CRDB_SSL_MODE | No | Which type of secure connection to use. | disable |
| CRDB_USERNAME | No | The SQL user that will own the client session. | root |
| CRDB_SSL_CA_PATH | No | Path to the CA certificate. | |
| CRDB_SSL_KEYFILE | No | Path to the client private key. | |
| CRDB_SSL_CERTFILE | No | Path to the client certificate. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fastmcp-me/mcp-cockroachdb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server