Docs menu+

Anthropic's official CLI agent for the terminal. mcpvault setup writes the project-scoped MCP config for you.

#Claude Code

Anthropic's official CLI agent for the terminal. mcpvault setup writes the project-scoped MCP config for you.

#Status

Auto-wired mcpvault setup writes the config file for you.

#Config file

macOS: ~/.claude.json (or .mcp.json in the current project)

Windows: %USERPROFILE%\.claude.json (or .mcp.json in the current project)

Linux: ~/.claude.json (or .mcp.json in the current project)

#Setup

Run once from any directory:

bash
mcpvault setup

mcpvault detects Claude Code and writes the config file above. To force just this client:

bash
mcpvault setup --client claude-code

#Restart

Quit and relaunch claude (or close the active session). Tools register on next start.

#Notes

  • Run mcpvault setup from any directory; it detects Claude Code and writes the user-scope config.
  • For project-only scope, run mcpvault setup --project inside the repo root.

#Verify

Run mcpvault doctor --client claude-code to confirm Claude Code sees the vault.

Claude Code — mcpvault docs