VS Code and GitHub Copilot Setup

Configure VS Code or GitHub Copilot MCP support to use Spala Public MCP as the discovery and project handoff endpoint.

VS Code and GitHub Copilot Setup

Use this MCP endpoint when your VS Code or GitHub Copilot environment supports HTTP MCP servers:

https://mcp.spala.ai/mcp

Name the server spala-public. The exact JSON file and field names depend on the MCP support available in your VS Code or Copilot build.

Suggested MCP server shape

{
  "servers": {
    "spala-public": {
      "type": "http",
      "url": "https://mcp.spala.ai/mcp"
    }
  }
}

Workflow

Configure the server

Add spala-public with URL https://mcp.spala.ai/mcp.

Ask for onboarding

Tell the agent to call spala_get_onboarding and spala_get_tool_map.

Authenticate

Complete Spala platform OAuth when project tools are needed.

Resolve project MCP

Use project_list and project_select. Do not type or infer a project MCP URL.

Build on project MCP

Let the agent inspect resources, preview changes, validate, publish when requested, and review behavior.

Do not use API URL patterns

Do not configure https://api.spala.ai/{project}/mcp or any guessed project URL. Project MCP URLs are returned by Spala after auth and project selection.

Spala Public MCP
/agents/mcp
Raw MCP notes, OAuth metadata, and handoff flow
Public Agent Skills
/agents/skills
Skill files for agent evaluation and safe workflow
Start Here
/start-here
Choose the right first path for Spala