singlestore-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SINGLESTORE_URL | No | Alternative to SINGLESTORE_HOST: user:password@host:port/database | |
| SINGLESTORE_HOST | No | The SingleStore host. Either this or SINGLESTORE_URL must be set. | |
| SINGLESTORE_PORT | No | The SingleStore port. Defaults to 3306. | 3306 |
| SINGLESTORE_USER | No | The SingleStore user. Defaults to root. | root |
| SINGLESTORE_DATABASE | No | Default database for queries. | |
| SINGLESTORE_PASSWORD | No | The SingleStore password. | |
| SINGLESTORE_SSL_DISABLED | No | Set to 'true' for a self-managed cluster without TLS configured. | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_sqlA | Run one arbitrary SQL statement against SingleStore and return the results. |
| list_databasesA | List all databases visible to the connected user. |
| list_tablesA | List tables (and views) in a database. |
| describe_tableA | Show column definitions for a table. |
| list_pipelinesA | List all pipelines in a database and their current state (Running/Stopped/Error). |
| pipeline_statusA | Get the current state of one pipeline by name. |
| get_pipeline_ddlA | Get the full CREATE PIPELINE statement that reproduces an existing pipeline. |
| create_pipelineA | Create a new pipeline from a full CREATE PIPELINE statement. |
| alter_pipelineA | Alter an existing pipeline from a full ALTER PIPELINE statement. |
| start_pipelineA | Start a pipeline so it begins (or resumes) loading data. |
| stop_pipelineA | Stop a running pipeline. |
| drop_pipelineA | Delete a pipeline. Running pipelines are stopped automatically before being dropped. |
| test_pipelineA | Test an existing pipeline: extract and transform data without loading it into the table. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jonasliesas/singlestore-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server