McpMux
Back to Registry

SingleStore (uvx) MCP Server

Community

Contributed by SingleStore

Interact with the SingleStore Management API and services through natural language - run SQL, manage workspaces, schedule jobs, and work with notebooks and stage files. Runs locally via uvx.

About the SingleStore (uvx) MCP Server

The SingleStore (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Interact with the SingleStore Management API and services through natural language - run SQL, manage workspaces, schedule jobs, and work with notebooks and stage files. Runs locally via uvx. This is a community-contributed MCP server by SingleStore.

Install the SingleStore (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "singlestore-mcp-server",
    "start"
  ],
  "env": {
    "MCP_API_KEY": "${input:MCP_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "MCP_API_KEY",
        "label": "SingleStore API Key",
        "description": "SingleStore Management API key. Setting this enables API-key authentication and skips the browser OAuth flow (required for headless/container use, optional locally where browser OAuth is the default). Create one in the SingleStore Cloud Portal under Configuration > API keys.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "************************************",
        "obtain": {
          "url": "https://portal.singlestore.com/",
          "instructions": "1. Log in to the SingleStore Cloud Portal\n2. Select your organization in the navigation pane\n3. Go to Configuration > API keys > Active Keys\n4. Click 'Create API key'\n5. Specify a name and expiration date, then click 'Create'\n6. Copy the API key (it is shown only once)",
          "button_label": "Create API Key"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

singlestoredatabasesqlanalyticsdata

Supported AI Clients

The SingleStore (uvx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install SingleStore (uvx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.