The MCP server embedded with Security Gateway for AI Agents. Inspect, redact, and control tool calls. Inline SDK mode (Go).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"safecall-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/technosiveuk-ui/safecall-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add safecall-mcp-server go run github.com/technosiveuk-ui/safecall-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"safecall-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/technosiveuk-ui/safecall-mcp-server@latest"
]
}
}
}