MCP Server
MCP
io.github.topness-msft/callwright
Self-hosted MCP voice agent that places phone calls on your behalf via Retell.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "callwright",
"version": "1.0.3",
"transport": {
"type": "streamable-http",
"url": "http://localhost:8787/mcp"
},
"environmentVariables": [
{
"description": "Your Retell secret API key (stays server-side)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RETELL_API_KEY"
},
{
"description": "Bearer token clients must send; required when exposed beyond localhost",
"format": "string",
"isSecret": true,
"name": "MCP_AUTH_TOKEN"
},
{
"description": "Port the HTTP MCP server listens on (default 8787)",
"format": "string",
"name": "PORT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment