Skip to content
Zed

mistral mcp for Zed

io.github.swih/mistral-mcp

Mistral AI MCP server: chat, OCR, Voxtral audio, Codestral FIM, vision, agents, batch.

client:Zed transport:stdio runtime:npm

Install mistral mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mistral-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mistral-mcp"
      ],
      "env": {
        "MISTRAL_API_KEY": "<MISTRAL_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mistral mcp in other clients