SingleStore
Interact with the SingleStore database platform
Ads
Overview
Model Context Protocol) (MCP) is a standardized protocol designed to manage context between large language models (LLMs) and external systems. This repository provides an installer and an MCP Server for Singlestore, enabling seamless integration. With MCP, you can use Claude Desktop, Claude Code, Cursor, or any compatible MCP client to interact with SingleStore using natural language, making it easier to perform complex operations effortlessly. 💡 Pro Tip: Not sure what the MCP server can do? Just call the /help prompt in your chat!
Installation
uvx singlestore-mcp-server start
Configuration
{
"mcpServers": {
"singlestore-mcp-server": {
"command": "uvx",
"args": [
"singlestore-mcp-server",
"start"
]
}
}
}Capabilities
- Get your user and organization details
ask the assistant to retrieve your account info with `get_user_info` and `organization_info`.
- Manage workspaces
list, create, resume, or terminate workspaces using `workspaces_info`, `create_starter_workspace`, `resume_workspace`, and `terminate_starter_workspace`.
- Run SQL queries on a workspace
execute SQL against a connected workspace by providing the query and connection details via `run_sql`.
- Create and schedule notebooks
build notebooks with `create_notebook_file`, upload files with `upload_notebook_file`, and schedule jobs with `create_job_from_notebook`.
- Manage Stage files
list, upload, move, and delete files in Stage deployments using `stage_list_files`, `stage_upload_file`, `stage_move`, and `stage_delete`.
Tags
- database
- sql
- cloud-infrastructure
Related MCP servers
InstantDB
OfficialCreate, manage, and update applications on InstantDB, the modern Firebase.
Jitsu
OfficialManage Jitsu data pipelines from your AI assistant — destinations, streams, connections, syncs, functions, and live events.
PostgreSQL MCP Server
OfficialRun read-only SQL queries and inspect PostgreSQL schemas from your MCP client.
Financial Datasets
OfficialStock market API made for AI agents