simpliq server for Cursor
io.github.gersonfreire/simpliq-server
Simpliq Data Proxy MCP Server - Connects LLMs to SQL Databases via Semantic Mapping
client:Cursor
transport:stdio
runtime:pypi
Install simpliq server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"simpliq-server": {
"type": "stdio",
"command": "uvx",
"args": [
"simpliq-mcp-server-dev-test"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs