How to Use the MyScale (SQL Vector Database API) MCP in Claude Code
Manage your vector database directly from the terminal. Let Claude Code run SQL migrations and monitor index builds headlessly.
Works with every AI agent you already use
…and any MCP-compatible client
Connect MyScale (SQL Vector Database API) MCP to Claude Code
Create your Vinkius account to connect MyScale (SQL Vector Database API) to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Run vector migrations with Claude Code
Stop opening browser tabs to manage your database clusters. You can now execute structural changes straight from your terminal. Your CLI agent runs `ping_cluster` to verify the endpoint, then immediately starts provisioning resources. Need a new environment? The agent calls `create_vector_table` to spin up the schema. You get a fully functional hybrid database setup entirely through command-line prompts.
Automate index monitoring via MCP Server
Vector indices take time to build, especially on large production tables. You do not want to sit there refreshing a dashboard. The agent triggers `create_vector_index` and handles the waiting game for you. It loops `check_index_status` in the background, reading the exact state from the vector_indices table. Once the status shifts from InProgress to Built, your agent moves on to the next step in your CI/CD pipeline.
Query raw data from the command line
Debugging a bad vector recall usually means writing complex SQL by hand. Now you just ask your agent to find the anomaly. It uses `execute_sql_query` to run standard SELECT statements, automatically parsing the JSON output. If you need to test the actual similarity logic, it runs `vector_search`. The database handles the math, and your terminal prints the nearest neighbors. This MCP integration replaces your entire database GUI.
Set up MyScale (SQL Vector Database API) MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seemyscale-sql-vector-database-api-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest MyScale (SQL Vector Database API) transactions." It will automatically discover and invoke the available MyScale (SQL Vector Database API) tools.
claude mcp add --transport http myscale-sql-vector-database-api-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about MyScale (SQL Vector Database API) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the MyScale (SQL Vector Database API) MCP today
We host it, we monitor it, we maintain it. You just paste one token.