Cursor and VS Code
Screenshots of Cursor and VS Code will be added after the public launch. The steps below follow Cursor’s and VS Code’s current documentation (checked 2026-09-18); menu names can change.
Cursor
-
Open this link on the machine that runs Cursor:
cursor://anysphere.cursor-deeplink/mcp/install?name=korala&config=eyJ1cmwiOiJodHRwczovL2FwaS5rb3JhbGEuYWkvbWNwIn0=The
configvalue is the base64 encoding of{"url":"https://api.korala.ai/mcp"}. -
Confirm the install in Cursor.
-
Open the Customize page in Cursor’s sidebar, where Cursor manages MCP servers, and sign in next to korala.
-
Approve the connection on Korala’s consent page. See Permissions and safety.
To skip the link, add the server to ~/.cursor/mcp.json and continue from step 3:
{
"mcpServers": {
"korala": {
"url": "https://api.korala.ai/mcp"
}
}
}VS Code
-
Create
.vscode/mcp.jsonin your workspace:{ "servers": { "korala": { "type": "http", "url": "https://api.korala.ai/mcp" } } } -
Use a Korala tool from chat. VS Code shows a trust prompt before it first starts the server. VS Code then asks you to sign in.
-
Approve the connection on Korala’s consent page.
The file holds the address and no credentials, so you can commit it. Each teammate signs in with their own Korala account.