How to Use the Metorial MCP in Claude Code
Manage serverless Metorial infrastructure and inspect execution traces directly from the Claude Code MCP client.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Metorial MCP to Claude Code
Create your Vinkius account to connect Metorial 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.
Pipe serverless metrics straight to your shell
`metorial_get_usage_metrics` dumps raw performance data and cost statistics directly into your Claude Code terminal. This lets you pipe Metorial resource metrics into local shell scripts or grep for high-latency calls without leaving Claude Code. It makes monitoring your remote Metorial agent infrastructure feel like checking local system stats in Claude Code. You get fast, unformatted Metorial numbers that are perfect for terminal-based debugging inside Claude Code.
Spin up and tear down nodes from the CLI
`metorial_deploy_server` provisions new serverless logic instances using simple Claude Code terminal commands. You can tell Claude Code to spin up a Metorial node, run a quick test, and immediately destroy it using the Metorial MCP Server. This is perfect for automated Claude Code testing pipelines and quick terminal sessions. You avoid the overhead of heavy web dashboards and keep your entire Metorial development loop inside Claude Code.
Inspect trace boundaries in headless environments
`metorial_list_traces` retrieves the transaction history of your remote Metorial tools directly in your Claude Code shell. Claude Code uses this to find failing Metorial executions and pull their exact parameters. By calling `metorial_get_trace_details` on a specific execution ID, the Claude Code agent displays the raw Metorial inputs and outputs. You can debug complex remote Metorial routing errors in seconds without leaving Claude Code.
Set up Metorial 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 seemetorial-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Metorial transactions." It will automatically discover and invoke the available Metorial tools.
claude mcp add --transport http metorial-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 Metorial MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Metorial MCP today
We host it, we monitor it, we maintain it. You just paste one token.