Skip to content

simlir mcp server for Zed

io.github.simlir/simlir-mcp-server

Simlir MCP server for semantic product search, visual search, and exact product lookup.

client:Zed transport:stdio runtime:npm

Install simlir mcp server 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": {
    "simlir-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@simlir-ai/mcp-server"
      ],
      "env": {
        "SIMLIR_API_KEY": "<SIMLIR_API_KEY>"
      }
    }
  }
}

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

simlir mcp server in other clients