Back to MCP Servers
Didlogic
An MCP server for [DIDLogic](https://didlogic.com). Adds functionality to manage SIP endpoints, numbers and destinations.
communication
By UserAd
Installation
npx -y didlogic_mcpConfiguration
{
"mcpServers": {
"didlogic_mcp": {
"command": "npx",
"args": ["-y", "didlogic_mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes