A SingleStore MCP server
Project description
SingleStore MCP Server
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 or any compatible MCP client to interact with SingleStore using natural language, making it easier to perform complex operations effortlessly.
Components
Resources
The server implements a simple note storage system with:
- Custom note:// URI scheme for accessing individual notes
- Each note resource has a name, description, and text/plain mimetype
Tools
The server implements the following tools:
- workspace_groups_info: Retrieve details about the workspace groups accessible to the user
- No arguments required
- Returns details of the workspace groups
- workspaces_info: Retrieve details about the workspaces in a specific workspace group
- Arguments:
workspaceGroupID
(string) - Returns details of the workspaces
- Arguments:
- organization_info: Retrieve details about the user's current organization
- No arguments required
- Returns details of the organization
- list_of_regions: Retrieve a list of all regions that support workspaces for the user
- No arguments required
- Returns a list of regions
- execute_sql: Execute SQL operations on a connected workspace
- Arguments:
workspace_group_identifier
,workspace_identifier
,username
,password
,database
,sql_query
- Returns the results of the SQL query in a structured format
- Arguments:
- list_virtual_workspaces: List all starter workspaces accessible to the user
- No arguments required
- Returns details of available starter workspaces
- create_virtual_workspace: Create a new starter workspace with a user
- Arguments:
name
: Name of the starter workspacedatabase_name
: Name of the database to createusername
: Username for accessing the workspacepassword
: Password for the userworkspace_group
: Object containingname
(optional) andcellID
(mandatory)
- Returns details of the created workspace and user
- Arguments:
- connect_to_virtual_workspace: Connect to an existing starter workspace
- Arguments:
virtual_workspace_id
,username
,password
- Returns connection status and workspace details
- Arguments:
- execute_sql_on_virtual_workspace: Execute SQL operations on a virtual workspace
- Arguments:
virtual_workspace_id
,username
,password
,sql_query
- Returns the results of the SQL query in a structured format including data, row count, columns, and status
- Arguments:
- list_notebook_samples: List all notebook samples available in SingleStore Spaces
- No arguments required
- Returns details of available notebook samples
- create_notebook: Create a new notebook in the user's personal space
- Arguments:
notebook_name
,content
(optional) - Returns details of the created notebook
- Arguments:
- list_personal_files: List all files in the user's personal space
- No arguments required
- Returns details of all files in the user's personal space
- create_scheduled_job: Create a new scheduled job to run a notebook
- Arguments:
name
: Name for the jobnotebook_path
: Path to the notebook to executeschedule_mode
: Once or Recurringexecution_interval_minutes
: Minutes between executions (optional)start_at
: When to start the job (optional)description
: Description of the job (optional)max_duration_minutes
: Maximum allowed runtime (optional)create_snapshot
: Whether to create notebook snapshots (optional)
- Returns details of the created job
- Arguments:
- get_job_details: Get details about a specific job
- Arguments:
job_id
- Returns detailed information about the specified job
- Arguments:
- list_job_executions: List execution history for a specific job
- Arguments:
job_id
,start
(optional),end
(optional) - Returns execution history for the specified job
- Arguments:
Configuration
The server requires the following environment variables:
# SingleStore's management API key (required)
SINGLESTORE_API_KEY=your_api_key_here
# Database credentials (optional - can be provided as input parameters)
SINGLESTORE_DB_USERNAME=your_db_username_here
SIGNLESTORE_DB_PASSWORD=your_db_password_here
Configuration Methods
- Using a .env file:
- Copy
.env.example
to.env
- Fill in your values
- Export variables in shell:
export SINGLESTORE_API_KEY=your_api_key
export SINGLESTORE_DB_USERNAME=your_db_username #optional
export SIGNLESTORE_DB_PASSWORD=your_db_password #optional
Note: Database username and password are optional and can be provided as input parameters when needed.
Quickstart
Claude Desktop Configuration
Configure the SingleStore MCP Server in Claude Desktop's configuration file:
MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%/Claude/claude_desktop_config.json
Development Configuration
{
"mcpServers": {
"SingleStore MCP Server": {
"command": "uv",
"args": [
"--directory",
"/home/prodrigues/Desktop/mcp-server/my-server",
"run",
"my-server"
]
}
}
}
Production Configuration
{
"mcpServers": {
"SingleStore MCP Server": {
"command": "uvx",
"args": [
"my-server"
]
}
}
}
Development
You can install the package using pip:
pip install singlestore-mcp-server
Running Locally with MCP Inspector
Start the development server using the MCP inspector:
npx @modelcontextprotocol/inspector uv --directory ./src/server run server.py
Running With Claude Desktop App
To connect the SingleStore MCP Server with Claude Desktop:
- Install and launch Claude Desktop
- Configure the MCP server in Claude Desktop's config file (see Configuration section)
- Add your SingleStore environment variables either:
- In the
.env
file, or - Directly in Claude Desktop's MCP server configuration
- In the
- Restart Claude Desktop
- In the Claude interface:
- Click the MCP server dropdown
- Select "SingleStore MCP Server"
- You should now be able to try a simple command such as
List all my workspace groups
Troubleshooting:
- Ensure all environment variables are set correctly
- Check Claude Desktop logs if connection fails
- Make sure you have valid SingleStore API credentials.
Building and Publishing
- Update dependencies:
uv sync
- Create distribution packages:
uv build
This generates source and wheel distributions in dist/
.
- Publish to PyPI:
uv publish
Note: Set your PyPI token via environment variable:
export PYPI_TOKEN=your_token_here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file singlestore_mcp_server-0.1.1.tar.gz
.
File metadata
- Download URL: singlestore_mcp_server-0.1.1.tar.gz
- Upload date:
- Size: 36.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1842e5d3934303b0a2c29287fd7e0dff83a6abc1643b4d6f5fbcef7ab7f8e5d5
|
|
MD5 |
a2e3111236cb742a67f68129fa9694ec
|
|
BLAKE2b-256 |
7e958c0c690c3a238d698fcdfbdbd227a39e2493ab6a32f86b56852b54d7c5c3
|
File details
Details for the file singlestore_mcp_server-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: singlestore_mcp_server-0.1.1-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
85220cc37124d0aeaa684a83e72e6f315a785e71ad356f32feb068ed43a825ad
|
|
MD5 |
ac8bbac5f28a58138a82e20511e0c8a7
|
|
BLAKE2b-256 |
f2bb6f849cd6e16cc420b526ee1f27531b7a95e32760f78c1b3566ea72c27aa8
|