Cursor Setup
Configure Cursor to use Spala Public MCP as the discovery and project handoff endpoint.
Cursor Setup
Use the same public MCP URL in Cursor:
https://mcp.spala.ai/mcp
Cursor MCP configuration varies by version. If your Cursor build supports HTTP MCP servers, add a server named spala-public with streamable HTTP transport and URL https://mcp.spala.ai/mcp.
Project creation status
project_create is dry-run only in the current public MCP deployment. It previews project creation but does not create a real project.
Agent instructions for Cursor
Use Spala Public MCP for discovery and handoff. Call spala_get_onboarding and spala_get_tool_map first. Authenticate with Spala platform OAuth before project tools. Use project_select or project_get_mcp_manifest to get the project MCP URL. Do not guess a project MCP URL.
Flow
Add public MCP
Configure Cursor with https://mcp.spala.ai/mcp.
Read the public tool map
Call spala_get_onboarding, then use spala_get_tool_map to understand which tools belong to public MCP and which belong to project MCP.
Authenticate
Complete Spala platform OAuth/browser approval when Cursor requests project access.
Resolve project MCP
Let Spala return the selected project's MCP URL.
Build safely
On the project MCP, inspect context first, preview changes, validate, publish, then review.
Supported handoff shapes
Project MCP URLs may be project hosts, scoped paths, or explicit mcpUrl values returned by Spala. Do not construct them from patterns; use the exact URL returned by Spala after auth and project selection.
Spala Public MCP /agents/mcp Endpoint, tools, OAuth metadata, and handoff Codex Setup /agents/codex Codex install command Claude Setup /agents/claude Claude Code install command