SingleStore
FreeSingleStore 官方集成,与 SingleStore 数据库平台交互。
FreeFree tier
About SingleStore
The SingleStore MCP Server is a Model Context Protocol (MCP) server that enables seamless interaction between Large Language Models (LLMs) and the SingleStore database platform via natural language. It provides integration with SingleStore's Management API and services, allowing users to perform complex operations without manual API calls. The server supports automatic OAuth authentication and is compatible with multiple MCP clients including Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Gemini CLI, LM Studio, and Goose. Setup is streamlined with a single uvx command, and automated initialization scripts are available for each client.
Key Features
Automatic OAuth authentication via browser
Natural language interaction with SingleStore database
Supports Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Gemini CLI, LM Studio, Goose
Easy setup with uvx command and automated client initialization scripts
No API keys, tokens, or environment variables required
Help prompt to discover available capabilities
Pros & Cons
Pros
- Fully open-source and free to use
- No manual API key configuration needed
- Seamless integration with popular MCP-compatible tools
- Quick setup with automated installation scripts
- Supports a wide range of clients (desktop and IDE)
Cons
- Requires Python 3.10 or higher
- Depends on uvx package runner
- Limited to SingleStore Management API operations
- Some clients require manual configuration if automatic setup fails
Best For
Query and manage SingleStore databases using conversational languageIntegrate SingleStore operations into AI workflows via MCP clientsAutomate database management tasks through LLM-driven interactions
FAQ
Do I need API keys or tokens to use the SingleStore MCP server?
No, the server automatically handles authentication via browser OAuth when started.
Which MCP clients are supported?
The server supports Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Gemini CLI, LM Studio, and Goose.
How do I install the SingleStore MCP server?
Install using the standard MCP config with the command 'uvx singlestore-mcp-server start'. Automatic setup scripts are available for most clients.