How to Use the Kong Gateway MCP in Claude Code
Automate your Kong Gateway operations from the command line with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Kong Gateway MCP to Claude Code
Create your Vinkius account to connect Kong Gateway 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.
Script Your Entire Gateway Setup
The `create_service`, `create_route`, and `create_upstream` tools let you script a full gateway deployment. Forget about maintaining huge declarative YAML files. You can now manage your gateway imperatively. Pipe a list of microservices into a shell script that calls these tools. You can stand up a new environment in seconds. This makes it a perfect fit for CI/CD pipelines and creating ephemeral review apps.
Automate Certificate and Consumer Management
Use this MCP server in a cron job to handle routine maintenance. A simple script can call `list_certificates` to check expiration dates, then use `create_certificate` and `update_sni` to rotate them automatically. It's the same for API consumers. Build a script that provisions a new partner by calling `create_consumer`, applies a rate-limiting policy with `create_plugin`, and pipes the result to your logging system. It's set-and-forget.
Pipe Gateway Status into Monitoring Tools
These tools are designed to work with the command line you already know. Use `get_status` and `get_info` in a script and pipe the raw JSON output into systems like Prometheus or Datadog. You can get more specific, too. A script could run `list_targets` every minute for a critical upstream and check their health status. If a target goes down, the script can trigger a PagerDuty alert.
Set up Kong Gateway 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 seekong-gateway-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Kong Gateway transactions." It will automatically discover and invoke the available Kong Gateway tools.
claude mcp add --transport http kong-gateway-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 Kong Gateway MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Kong Gateway MCP today
We host it, we monitor it, we maintain it. You just paste one token.