Setup Instructions
Connect to our MCP server natively in Claude, Gemini CLI, and various other MCP clients. Validio's MCP server supports HTTP-based transport (Streamable HTTP) with OAuth authentication and dynamic client registration.
The Validio MCP server will inherit the permissions and access of the user account you use to connect to it.
The Validio MCP server provides tools for managing resources, such as sources, validators, and incidents. See Validio MCP Server.
Prerequisites for Setup
- The Validio MCP server requires you to configure the Application URL in your Validio Workspace. The Application URL is the URL to your Validio installation, for example:
https://YOUR-INSTALLATION.validio.io. For more information, see Managing Global Settings.
Claude
Claude.ai and Claude Desktop
On web or desktop,
- Navigate to Admin Settings > Connectors.
- Click Add custom connector and in the dialog:
- Name: Give the connector a name.
- Remote MCP server URL: Enter your Validio MCP server URL, which will have the format
https://YOUR-INSTALLATION.validio.io/mcp. - Click Add.
- In Settings > Connectors,
- Connect to the Validio MCP server.
- When prompted, log in to Validio with your user account and password.
- In a new Claude chat, open the Search and tools menu and enable the new connector.
Claude Code
In the CLI,
- Run
claude mcp add validio -t http https://YOUR-INSTALLATION.validio.io/mcp - Open a Claude Code session,
- Run
/mcpto list all MCP servers. - Select the Validio MCP server and go through the authentication flow.
- Run
Gemini CLI
In the CLI,
- Run
gemini mcp add --transport http validio https://YOUR-INSTALLATION.validio.io/mcp - Start Gemini,
- Run
/mcpto list all MCP servers. - Authenticate the Validio MCP server:
/mcp auth validio
- Run
Updated 7 days ago