Skip to content
Zed

simpliq server for Zed

io.github.gersonfreire/simpliq-server

Simpliq Data Proxy MCP Server - Connects LLMs to SQL Databases via Semantic Mapping

client:Zed transport:stdio runtime:pypi

Install simpliq server in Zed

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

{
  "context_servers": {
    "simpliq-server": {
      "command": "uvx",
      "args": [
        "simpliq-mcp-server-dev-test"
      ]
    }
  }
}

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

simpliq server in other clients