How to Use the Zeev MCP in Claude Code
Automate Zeev workflows in CI/CD pipelines using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Zeev MCP to Claude Code
Create your Vinkius account to connect Zeev 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.
Kick off workflows via scripts.
The `create_request` tool lets you script the start of a complex process. Instead of relying on an interface, your shell script hits this endpoint with parameters and triggers a full Zeev workflow instance. This is ideal for CI/CD pipelines: when code passes testing, one simple job execution can kick off an entire multi-stage approval flow in Zeev.
Inventory all available processes.
Before running any automation, you need to know what's there. Use `list_processes` to fetch a manifest of every process definition available in the system. This list lets your scripts dynamically choose which workflow ID to use. Paired with `get_process`, you can pull down the full structure and ruleset for a specific Zeev process, ensuring your script adheres exactly to the expected logic.
Monitor task state in headless mode.
When running in a Docker container or GitHub Action, you can't watch pop-ups. Use `get_request` and `list_requests` to poll for the status of your process instances. Your script checks this endpoint until it gets 'Completed,' allowing the pipeline job to proceed only when the workflow is done. If something goes wrong, use `cancel_request` in a cleanup step to ensure resources are freed up immediately.
Set up Zeev 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 seezeev-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Zeev transactions." It will automatically discover and invoke the available Zeev tools.
claude mcp add --transport http zeev-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 Zeev MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Zeev MCP today
We host it, we monitor it, we maintain it. You just paste one token.