The kamailio MCP server covers kamailio, the C implementation of a SIP server / proxy. Each version is a kamailio release tag (bare 3-part semver, e.g. 6.1.3). kamailio vendors no dependencies, so only its own C source is indexed — including its ~200 modules under src/modules. Shares this site's OAuth credentials — connect your MCP client at https://webrtc.page/kamailio.
HTTP transport with OAuth 2.1 (PKCE). Dynamic client registration is not supported — register a client first, then pass its client_id (and secret) in your MCP client config. Localhost redirect URIs are allowed for any port.
One registered client works for every server on this site — just point the URL at /kamailio.
1. Register a client and grab client_id / client_secret at /profile →
2. Configure your client with those credentials (examples below).
Claude Code — CLI
MCP_CLIENT_SECRET=<your-client-secret> \ claude mcp add --transport http \ --client-id <your-client-id> --client-secret --callback-port 8090 \ kamailio https://webrtc.page/kamailio
Claude Code (.mcp.json)
{
"mcpServers": {
"kamailio": {
"type": "http",
"url": "https://webrtc.page/kamailio",
"oauth": { "clientId": "<your-client-id>", "callbackPort": 8090 }
}
}
}| Tag | AST index | Downloaded | Release notes |
|---|---|---|---|
6.1.3default | indexed | 2026-06-29 | release ↗ |
6.1.2 | indexed | 2026-06-29 | release ↗ |
6.1.1 | indexed | 2026-06-29 | release ↗ |
6.1.0 | indexed | 2026-06-29 | release ↗ |
6.0.7 | indexed | 2026-06-29 | release ↗ |
6.0.6 | indexed | 2026-06-29 | release ↗ |
6.0.5 | indexed | 2026-06-29 | release ↗ |
6.0.4 | indexed | 2026-06-29 | release ↗ |
6.0.3 | indexed | 2026-06-29 | release ↗ |
6.0.2 | indexed | 2026-06-29 | release ↗ |