Krystal Voice Caller for Windsurf
io.github.krystalunity/kvc-mcp
Drive a Krystal Voice Caller tenant from Claude, Cursor, or any MCP-aware agent.
client:Windsurf
transport:stdio
runtime:pypi
Install Krystal Voice Caller in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"kvc-mcp": {
"command": "uvx",
"args": [
"kvc-mcp"
],
"env": {
"KVC_API_TOKEN": "<KVC_API_TOKEN>",
"KVC_BASE_URL": "<KVC_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs