Agent Setup
This guide covers how to connect different AI coding agents to VoiceGateway’s MCP server.Prerequisites
Install the MCP dependencies:Claude Code
Claude Code connects via stdio transport. Add VoiceGateway to your project’s.mcp.json or global config.
Project-level configuration
Create or edit.mcp.json in your project root:
With a custom config path
Using a virtual environment
If VoiceGateway is installed in a virtual environment, use the full path:Cursor
Cursor supports MCP servers via its settings. Add VoiceGateway to your Cursor MCP configuration:stdio transport
In your Cursor MCP config (.cursor/mcp.json or global settings):
HTTP transport
If you are running the MCP server remotely:Codex (OpenAI CLI)
Codex supports MCP via stdio. Configure it in your project:Remote / Team Setup
For shared team gateways, run the MCP server over HTTP/SSE so multiple agents can connect:1. Start the server
2. Connect agents
Each team member configures their agent to connect to the shared URL:3. Secure with HTTPS
In production, put the MCP server behind a reverse proxy with TLS:Verifying the Connection
Once connected, ask the agent to check the gateway health:“Check VoiceGateway health”The agent should call
get_health and return something like: