How to Use the Kong (AI API Gateway) MCP in Cursor
Define Kong routes and services with your agent, then have Cursor write the code that calls them instantly.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Kong (AI API Gateway) MCP to Cursor
Create your Vinkius account to connect Kong (AI API Gateway) 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.
Build Gateway Routes and Code in One Flow
This connects Cursor's agent directly to your Kong Gateway. You can tell it to stand up a new upstream target with `create_service` and make it public with `create_route`. The agent executes the setup against your Kong instance in the background. Here's the thing: once the route is live, you can immediately ask the agent to write the code that consumes it. It will generate a typed function using the new endpoint, complete with the correct headers and parameters. You go from idea to working code in one step.
Manage AI Plugins and Auth from the Editor
Use your agent to attach and configure Kong's AI-specific plugins. A single instruction can run `create_ai_plugin` to enable the AI proxy, which handles things like caching and auth for different LLM backends. Staging tests show this can cut token costs by over 30%. Need to secure that new endpoint? Just tell Cursor to `create_consumer_key` for a specific user or service. It generates the key, and you can then have it inject that key into your environment variables or a secrets file, closing the security loop without leaving your editor.
Inspect and Debug Your MCP Server Live
If something isn't working, you don't have to leave your IDE. Ask the agent to run `list_services` or `list_routes` to see exactly how the gateway is configured. It will return the live state of your Kong instance right in the chat panel. This is great for debugging. You can cross-reference the gateway's actual configuration with the code you're writing. If you find a mismatch, you can either `update_plugin` to fix a setting or tell the agent to regenerate your client-side code to match.
Set up Kong (AI API Gateway) 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 Kong (AI API Gateway) 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 Kong (AI API Gateway) transactions." If the MCP tools are loaded correctly, Cursor will call the Kong (AI API Gateway) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"kong-ai-api-gateway-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 Kong. 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 Kong (AI API Gateway) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Kong (AI API Gateway) MCP today
We host it, we monitor it, we maintain it. You just paste one token.