Gemini CLI Setup
Configure Gemini CLI or any MCP-capable Gemini workflow to use Spala Public MCP for discovery and project handoff.
Gemini CLI Setup
Use Spala Public MCP as the server URL:
https://mcp.spala.ai/mcp
Gemini CLI and Gemini-based coding tools can vary in MCP configuration shape. Use the client setting for an HTTP or streamable HTTP MCP server named spala-public.
Agent instructions
Use Spala Public MCP for discovery and project handoff. Call spala_get_onboarding and spala_get_tool_map first. Authenticate with Spala platform OAuth before project tools. Use project_list and project_select to receive the exact project MCP URL. Do not guess or derive project MCP URLs.
Add public MCP
Configure Gemini with https://mcp.spala.ai/mcp as spala-public.
Discover Spala
Ask Gemini to call spala_get_onboarding, then spala_get_tool_map.
Authenticate when needed
Complete the Spala platform OAuth/browser flow when Gemini needs project access.
Select the project
Use project_list and project_select; continue only on the returned project MCP URL.
Work safely
Inspect project context first, preview/validate changes, then publish only when requested.
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.
Spala Public MCP /agents/mcp Endpoint, OAuth metadata, tool map, and project handoff Public Agent Skills /agents/skills How agents should evaluate and use Spala Frontend Handoff /guides/frontend-handoff Share the exact frontend integration contract