Mistral Vibe
Use the Context212 MCP server directly from Mistral Vibe.
Prerequisites
- Mistral Vibe installed
- A Context212 API key from the Context212 Console
Configuration
Authenticate with the Context212 CLI. Mistral Vibe is not covered by ctx212 setup yet, so point Vibe at the local MCP server manually:
npx ctx212 auth loginThen add the following to ~/.vibe/config.toml. After login, the MCP process reads your key from ~/.ctx212/config.json:
[[mcp_servers]]
name = "context212"
transport = "stdio"
command = "npx"
args = ["-y", "ctx212@latest", "mcp"]Verification
-
Start a Mistral Vibe session.
-
Check that the
context212server is listed among the active MCP servers in the session output. -
Test the connection with a prompt like:
Search my Context212 workspaces for documents about [topic]
You're all set. From any Mistral Vibe session you can now ask it to search or ingest documents in your Context212 workspaces directly.