Cursor

Use the Context212 MCP server directly from Cursor.

Prerequisites

Configuration

Authenticate, then set up Cursor:

npx ctx212 auth login
npx ctx212 setup --cursor

This writes the MCP config (stdio via ctx212 mcp), installs the Context212 skill, and adds an agent rule. Use --project to scope the setup to the current project instead of globally.

Verification

  1. Open Settings → Features → Model Context Protocol and confirm context212 appears in the list.

  2. Check the connection logs via Output panel (Cmd+Shift+U) and select MCP Logs from the dropdown.

  3. Test the connection with a prompt like:

    Search my Context212 workspaces for documents about [topic]

You're all set. From any Cursor session you can now ask it to search or ingest documents in your Context212 workspaces directly.

References

On this page