Vaner
IntegrationsPer-client guides

Continue + Vaner (MCP)

Connect Continue to Vaner over MCP for predictive, repo-grounded context.

Continue supports the Model Context Protocol out of the box. Point it at vaner mcp and Vaner will serve scenario-ranked context to your agent before every prompt.

Install

If you haven't installed Vaner yet:

curl -fsSL --proto '=https' --tlsv1.2 https://vaner.ai/install.sh | bash
vaner init --path .

Connect Continue

Path: .continue/mcpServers/vaner.yaml

name: vanerversion: 0.0.1schema: v1command: uvxargs:  - "--from"  - "vaner[mcp]"  - "vaner"  - "mcp"  - "--path"  - "."

Verify

Reload Continue. Ask the agent to list available MCP tools — `vaner.list_scenarios` should be present.

Upstream docs

https://docs.continue.dev/customize/deep-dives/mcp

Verify

Reload Continue. Ask the agent to list available MCP tools — vaner.list_scenarios should be present.

If Continue reports the server as failed, run vaner mcp --path . manually in a terminal and read the error. The most common failure is a missing backend API key — confirm with vaner config show.

What this unlocks

  • Continue’s agent mode calls vaner.list_scenarios between steps for grounded plans.
  • Ship the YAML in .continue/ so teammates inherit the integration.
  • Combine with Continue’s code lenses to open vaner.get_scenario payloads inline.

See also

On this page