How to Use the SketricGen MCP in Claude Code
Automate backend processes with SketricGen using Claude Code in the terminal. Zero GUI needed.
Works with every AI agent you already use
…and any MCP-compatible client
Connect SketricGen MCP to Claude Code
Create your Vinkius account to connect SketricGen to Claude Code — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Checking System Status
Before running any job, always verify system health by calling `check_sketricgen_status`. For CI/CD pipelines, tracking costs is key; use `get_trace_credits` to check your remaining budget. You can also list past failures with `list_traces`. This sequence allows you to build robust scripts that fail gracefully if the underlying SketricGen MCP Server connection drops or if credits run out.
Inventory and Listing Tools
Need a list of available resources? Run `list_knowledge_bases` to see what documents are indexed. You can also inventory your system by calling `list_agents` and `list_templates`. This is perfect for writing scripts that need to iterate over known assets. This helps you write repeatable automation that doesn't rely on remembering every single ID or asset name.
Running and Debugging Workflows
Executing a job in the terminal is simple: use `run_workflow`. The output can be piped directly to other scripts. If something goes wrong, you pull historical context using `get_trace` or running `list_workflows` to see what was supposed to happen. This capability makes Claude Code ideal for background jobs and scheduled tasks that need full visibility into their execution path.
Set up SketricGen 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 seesketricgen-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest SketricGen transactions." It will automatically discover and invoke the available SketricGen tools.
claude mcp add --transport http sketricgen-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 SketricGen MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the SketricGen MCP today
We host it, we monitor it, we maintain it. You just paste one token.