javelin guardrails mcp server for Claude Desktop
io.github.abhijitjavelin/javelin-guardrails-mcp-server
An MCP server that provides Javelin Standalone Guardrails
client:Claude Desktop
transport:streamable-http
Install javelin guardrails mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"javelin-guardrails-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://abhijitjavelin.github.io/javelin-guardrails-mcp-server/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs