Skip to main content
Claude Code has a built-in mcp add command that handles the config for you.

Install

The -- separates Claude Code flags from the command it will spawn. Everything after -- is what Claude Code runs.

Remote (hosted HTTP)

To use Versuno’s hosted server instead of npx, add it as an HTTP transport with your key as a bearer token:
The hosted server provides the read/query tools only — pull_asset and push_asset need local disk access, so use the npx install above if you need them.

Verify

You should see versuno in the list with a green status indicator.

Scope

By default the server is added to the current project. To make it available globally, add --scope user:

Remove

Using it

Start a chat session with claude and mention Versuno:
“Pull the ‘onboarding context’ asset from Versuno.”
Claude Code asks for approval on each tool call. Keep this setting on. See Security.

Troubleshooting

Run claude mcp logs versuno to see stderr output from the server. The most common issues are a missing or invalid API key. See Troubleshooting.