Skip to content

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.

If your Cline build doesn’t yet support MCP OAuth, mint a psql_live_… token under console.persql.comAPI tokens and pass it as a header:

{
"mcpServers": {
"persql": {
"url": "https://mcp.persql.com",
"headers": {
"Authorization": "Bearer psql_live_…"
},
"disabled": false,
"alwaysAllow": []
}
}
}

Click the MCP Servers icon — persql should appear with a green dot and a tool count. Hovering reveals each tool’s name and description.

About sixty SQL-shaped tools. The full list is in the MCP reference.