How to Use the Equinix Metal MCP in Cursor
Inject live Equinix Metal API keys and data directly into your code with Cursor. Stop writing boilerplate.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Equinix Metal MCP to Cursor
Create your Vinkius account to connect Equinix Metal to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate Code with Live Keys
Tell Cursor's agent to `create_project_api_key` for your Equinix Metal staging environment. The agent doesn't just show you the key—it writes the Python or Go code that uses it, right in your editor. This means no more placeholder tokens or mock data. You're building automation scripts with actual, working credentials from the start. When you're done, have the agent `delete_api_key` to clean up.
Control Infrastructure Access in Your Editor
Onboard a new developer by asking your agent to `create_user_api_key`. You can hand them a temporary key for setup without ever leaving your coding session. If you need to revoke access, `delete_user_api_key` does it instantly. This MCP server turns Cursor into a command center for managing who has access to your Equinix Metal resources.
Test Invitation Logic in Cursor
When you're building automated onboarding scripts, you need to test how your system handles invitations. Use `get_invitation` to pull a real invitation into your agent's context. From there, you can write and test the logic that processes it. You can even have the agent `decline_invitation` to test rejection paths. It’s a closed loop for testing user management code inside your editor.
Set up Equinix Metal MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Equinix Metal MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Equinix Metal transactions." If the MCP tools are loaded correctly, Cursor will call the Equinix Metal tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"equinix-metal-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Equinix Metal. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Equinix Metal MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Equinix Metal MCP today
We host it, we monitor it, we maintain it. You just paste one token.