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
{
"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