Gateway
Freeby MCP Community
MCP Gateway for exposing VAT agents through Model Context Protocol
v0.1.27Added Apr 12, 2026
mcpmodel-context-protocolagentsvat
Gateway MCP Server
MCP Gateway for exposing VAT agents through Model Context Protocol
Installation
Reviews
Installation
Quick install
npx -y @vibe-agent-toolkit/gateway-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gateway": {
"command": "npx",
"args": ["-y", "@vibe-agent-toolkit/gateway-mcp"]
}
}
}