Servers
Turbot Guardrails Model Context Protocol (MCP) Server
@turbot
Enable AI assistants to explore and query your Turbot Guardrails data!
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"guardrails-mcp": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"dist/index.js"
]
}
}
}