Windsurf
Use the Context212 MCP server directly from Windsurf.
Prerequisites
- Windsurf installed
- A Context212 API key from the Context212 Console
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 loginThen 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
-
Open the MCP panel in Windsurf and confirm
context212appears and shows as connected. -
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.