cd ~

Kamailio (C) versions · updated 2026-07-29

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.

Connect

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 }
    }
  }
}
Indexed versions
TagAST indexDownloadedRelease notes
6.1.3defaultindexed2026-06-29release ↗
6.1.2indexed2026-06-29release ↗
6.1.1indexed2026-06-29release ↗
6.1.0indexed2026-06-29release ↗
6.0.7indexed2026-06-29release ↗
6.0.6indexed2026-06-29release ↗
6.0.5indexed2026-06-29release ↗
6.0.4indexed2026-06-29release ↗
6.0.3indexed2026-06-29release ↗
6.0.2indexed2026-06-29release ↗