Codex Setup
Add Spala Public MCP to Codex and use Spala's authenticated project handoff flow.
Codex Setup
Add Spala Public MCP to Codex:
codex mcp add spala-public --url "https://mcp.spala.ai/mcp"
Recommended first prompt
Use Spala Public MCP as the backend builder entrypoint. First call spala_get_onboarding and spala_get_tool_map. Authenticate with Spala platform OAuth when project tools are needed. Do not hardcode project MCP URLs. After project selection, connect to the project MCP returned by Spala.
Workflow
Install the MCP
Run the codex mcp add command above.
Discover Spala
Ask Codex to call spala_get_onboarding and spala_get_tool_map.
Authenticate
When Codex needs project access, complete the Spala platform OAuth/browser approval flow.
Select a project
Use project_list and project_select on the public MCP.
Build on the project MCP
Use the returned project MCP to inspect the project, make backend changes, validate, publish, and review the result.
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, tools, OAuth metadata, and handoff Claude Setup /agents/claude Claude Code install command Cursor Setup /agents/cursor Cursor MCP configuration