MCP server for interacting with SingleStore Management API and services
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"singlestore-mcp-server": {
"args": [
"singlestore-mcp-server",
"start"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked singlestore-mcp-server against OSV.dev.
Click any tool to inspect its schema.
helpGet information about what the MCP server can do
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data
Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Manage Supabase projects — databases, auth, storage, and edge functions
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Singlestore and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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!
First, install the SingleStore MCP server with your client.
Standard config works in most of the tools:
{
"mcpServers": {
"singlestore-mcp-server": {
"command": "uvx",
"args": [
"singlestore-mcp-server",
"start"
]
}
}
}
No API keys, tokens, or environment variables required! The server automatically handles authentication via browser OAuth when started.
Automatic setup:
uvx singlestore-mcp-server init --client=claude-desktop
Manual setup: Follow the MCP install guide, use the standard config above.
Automatic setup:
uvx singlestore-mcp-server init --client=claude-code
This will automatically run the Claude CLI command for you.
Manual setup:
claude mcp add singlestore-mcp-server uvx singlestore-mcp-server start
Automatic setup:
uvx singlestore-mcp-server init --client=cursor
Manual setup:
Go to Cursor Settings -> MCP -> Add new MCP Server. Name to your liking, use command type with the command uvx singlestore-mcp-server start. You can also verify config or add command line arguments via clicking Edit.
Automatic setup:
uvx singlestore-mcp-server init --client=vscode
Manual setup: Follow the MCP install guide, use the standard config above. You can also install using the VS Code CLI:
code --add-mcp '{"name":"singlestore-mcp-server","command":"uvx","args":["singlestore-mcp-server","start"]}'
After installation, the SingleStore MCP server will be available for use with your GitHub Copilot agent in VS Code.
Automatic setup:
uvx singlestore-mcp-server init --client=windsurf
Manual setup: Follow Windsurf MCP documentation. Use the standard config above.
Automatic setup:
uvx singlestore-mcp-server init --client=gemini
Manual setup: Follow the MCP install guide, use the standard config above.
Automatic setup:
uvx singlestore-mcp-server init --client=lm-studio
Manual setup:
Go to Program in the right