Skip to main content
Glama

SingleStore MCP Server

check.sh332 B
#!/bin/bash # Script to run code quality checks (without tests) set -e echo "🔍 Running Ruff linter..." uv run ruff check src/ tests/ echo "🎨 Checking Ruff formatting..." uv run ruff format --check src/ tests/ echo "📋 Running pre-commit hooks..." uv run pre-commit run --all-files echo "✅ All quality checks passed!"

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