How to Use the Jestor MCP in Claude Code
Query Jestor records, audit active workflows, and pipe raw low-code API data directly through your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Jestor MCP to Claude Code
Create your Vinkius account to connect Jestor 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.
Terminal-Based Database Queries
Claude Code runs `list_records` and `get_record` to output raw Jestor data straight to stdout. You pipe these JSON outputs into grep, jq, or local files without opening a browser. Checking production databases during SSH sessions becomes simple. Running quick terminal commands lets you check field values and inspect schemas.
Command-Line Workflow Auditing
You run `list_workflows` and `list_webhooks` to inspect active automations from the CLI using MCP. These tools let you monitor system logic and check webhook URLs without leaving your terminal. SREs audit production pipelines by checking active webhooks and confirming endpoints. This terminal workflow removes the need to click through web interfaces to see where your data goes.
Automating Tasks in Claude Code
You chain commands using `list_objects` and `get_object` to write quick setup scripts with your MCP client. Claude Code reads your table schemas and generates configuration files or seed data directly in your workspace. Headless execution automates schema validation checks before deploying updates. Your CI/CD pipelines run these checks to ensure your production environment stays stable.
Set up Jestor 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 seejestor-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Jestor transactions." It will automatically discover and invoke the available Jestor tools.
claude mcp add --transport http jestor-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 Jestor MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Jestor MCP today
We host it, we monitor it, we maintain it. You just paste one token.