Install for Cline
Open the Cline panel in VS Code, click the MCP Servers icon, then
Configure MCP Servers. Add an entry under mcpServers:
{ "mcpServers": { "persql": { "url": "https://mcp.persql.com", "disabled": false, "alwaysAllow": [] } }}Save the file. Cline reloads the server automatically. The first tool call opens the browser for OAuth consent; pick a namespace and the token is stored automatically.
Bearer fallback
Section titled “Bearer fallback”If your Cline build doesn’t yet support MCP OAuth, mint a
psql_live_… token under
console.persql.com → API tokens and
pass it as a header:
{ "mcpServers": { "persql": { "url": "https://mcp.persql.com", "headers": { "Authorization": "Bearer psql_live_…" }, "disabled": false, "alwaysAllow": [] } }}Verify
Section titled “Verify”Click the MCP Servers icon — persql should appear with a green dot
and a tool count. Hovering reveals each tool’s name and description.
What you get
Section titled “What you get”About sixty SQL-shaped tools. The full list is in the MCP reference.