Skip to main content
Glama

SingleStore MCP Server

__init__.py1.1 kB
# Import from organized structure from .tools import tools # Import individual tools for backward compatibility from .user import get_user_info from .regions import list_regions, list_sharedtier_regions from .workspaces import workspaces_info from .database import run_sql from .organization import choose_organization, organization_info from .starter_workspaces import ( list_starter_workspaces, terminate_starter_workspace, create_starter_workspace, ) from .notebooks import ( create_notebook_file, upload_notebook_file, ) from .jobs import ( create_job_from_notebook, get_job, delete_job, ) from .registery import register_tools __all__ = [ "tools", "register_tools", "terminate_starter_workspace", "get_user_info", "list_regions", "list_sharedtier_regions", "workspaces_info", "run_sql", "choose_organization", "organization_info", "list_starter_workspaces", "create_starter_workspace", "create_notebook_file", "upload_notebook_file", "create_job_from_notebook", "get_job", "delete_job", ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/singlestore-labs/mcp-server-singlestore'

If you have feedback or need assistance with the MCP directory API, please join our Discord server