VS Code Setup

Configure a VS Code MCP-capable client with Spala using the local installer and workspace project binding.

VS Code Setup

Run the installer from the workspace where VS Code will operate:

pnpm dlx @spala-ai/mcp-install init --client all --yes --json

Execute the returned setup and status commands. Complete browser auth only if
requested, then call account_status.

Configure the client

Use the generic supported-client plan returned by the installer for the MCP-capable VS Code extension or client you use, including its transport and server name.

Verify the account

Run status, authenticate only when prompted, and call account_status.

Connect the project once

Reuse or create the intended project, then call project_connect exactly once. Never type or infer a project URL.

Bind this workspace

Execute the returned workspace-only bind plan, then restart or resume VS Code if instructed.

Do not use API URL patterns

Do not configure api.spala.ai as an MCP server or construct a project URL. Use the exact values returned by the installer and project_connect.

Spala Public MCP
/agents/mcp
Public MCP behavior and authentication
Public Agent Skills
/agents/skills
Agent workflow guidance
CORS and Security
/settings/cors-security
Frontend origin and security checklist