Quickstart

Connect to the Context212 MCP server.

Context212 exposes an MCP server that lets MCP-compatible clients (Claude Code, Cursor, Codex, OpenCode, and more) search and work with documents in your workspaces.

Install with the CLI

The fastest path is the ctx212 CLI. It authenticates, writes MCP config for your agent, and installs the Context212 skill.

npx ctx212 auth login
npx ctx212 setup

Pass an agent flag to skip the prompt, for example npx ctx212 setup --cursor or npx ctx212 setup --claude. Use --project to configure the current project only.

See the agent-specific pages for details and verification steps.

On this page