Windsurf

Use the Context212 MCP server directly from Windsurf.

Prerequisites

Configuration

Authenticate with the Context212 CLI. Windsurf is not covered by ctx212 setup yet, so point Windsurf at the local MCP server manually:

npx ctx212 auth login

Then add the following to ~/.codeium/windsurf/mcp_config.json. After login, the MCP process reads your key from ~/.ctx212/config.json:

{
  "mcpServers": {
    "context212": {
      "command": "npx",
      "args": ["-y", "ctx212@latest", "mcp"]
    }
  }
}

Verification

  1. Open the MCP panel in Windsurf and confirm context212 appears and shows as connected.

  2. Test the connection with a prompt like:

    Search my Context212 workspaces for documents about [topic]

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

References

On this page