MCP setup

Setup instructions live here. MCP clients connect to `/mcp`.

Connect your MCP client to the Vaulter MCP server.

The MCP endpoint is available at /mcp. This page provides setup instructions, the server URL, and example commands for MCP-compatible clients.

Important distinction

Human guide

`/mcp-access`

Use this page to understand setup, copy commands, and choose a client configuration.

Actual server endpoint

`/mcp`

This is the URL your MCP client should connect to when you add Vaulter.

Server URL

Use this MCP endpoint

Every MCP-compatible client should target this URL, not the setup page itself.

https://www.vaulter.in/mcp

// Setup flow

A shorter, more obvious sequence from instructions to connected client.

The page prioritizes the main action first, then walks through the setup in a compact flow before listing client-specific configs.

Step 1

Open `/mcp-access` to copy the setup details you need.

Step 2

Add Vaulter to your MCP-compatible client using the hosted `/mcp` URL.

Step 3

Authenticate in the browser when the client prompts for access.

Step 4

Reconnect and use vault tools from the client with the right permissions.

Scoped to your vault

Clients access the same hosted Vaulter account you already use in the vault after browser approval.

Explicit secret access

Secrets are only decrypted when the client makes the specific request that needs them.

Public guide, machine endpoint

Humans navigate `/mcp-access`; tools connect to `/mcp`. The split stays visible across the whole page.

// Client configurations

Grouped configs instead of one long command wall.

Clients are separated by context so you can find the right setup faster and copy fewer irrelevant commands.

CLI tools

Claude Code

claude mcp add --transport http --scope user vaulter https://www.vaulter.in/mcp

Gemini CLI

gemini mcp add --transport http vaulter https://www.vaulter.in/mcp

Codex CLI

codex mcp login vaulter

OpenCode

opencode mcp add --transport http vaulter https://www.vaulter.in/mcp

GitHub Copilot CLI

gh copilot mcp add --transport http vaulter https://www.vaulter.in/mcp

Editors and AI IDEs

Cursor

{ "mcpServers": { "vaulter": { "url": "https://www.vaulter.in/mcp" } } }

VS Code / Copilot Chat

{ "servers": { "vaulter": { "type": "http", "url": "https://www.vaulter.in/mcp" } } }

Windsurf

{ "mcpServers": { "vaulter": { "serverUrl": "https://www.vaulter.in/mcp" } } }

JetBrains AI

{ "mcpServers": { "vaulter": { "url": "https://www.vaulter.in/mcp" } } }

Other MCP clients

Cline

{ "mcpServers": { "vaulter": { "url": "https://www.vaulter.in/mcp", "type": "streamableHttp" } } }

Warp

{ "mcpServers": { "vaulter": { "url": "https://www.vaulter.in/mcp" } } }

Amazon Q

{ "mcpServers": { "vaulter": { "type": "http", "url": "https://www.vaulter.in/mcp" } } }