Skip to content
VS Code

simpliq server for VS Code

io.github.gersonfreire/simpliq-server

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

client:VS Code transport:stdio runtime:pypi

Install simpliq server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

simpliq server in other clients