Connect
Connect Claude, Cursor, Codex, or another MCP client to Reforma.
Connect Reforma to your AI client using this MCP server:
https://api.reforma.ai/mcpWhen your client asks you to authenticate, sign in with your Reforma account and approve access.
No API key is required.
Cursor
Or add Reforma manually to ~/.cursor/mcp.json:
{
"mcpServers": {
"reforma": {
"url": "https://api.reforma.ai/mcp"
}
}
}Restart Cursor if needed, then complete the Reforma sign-in when prompted.
Claude Code
Run:
claude mcp add --transport http reforma https://api.reforma.ai/mcpStart a Claude Code session and run:
/mcpThen complete the Reforma sign-in in your browser.
Claude
Team / Enterprise
Open Claude connectors, add a custom connector, and use:
https://api.reforma.ai/mcpFree / Pro
In Claude Desktop, open Settings → Connectors, add a custom connector, and use the same URL.
Complete the Reforma sign-in when prompted.
Codex
Run:
codex mcp add reforma --url https://api.reforma.ai/mcpThen authenticate with Reforma when Codex prompts you.
Other clients
If your client is not listed above, add Reforma as a remote MCP server:
{
"mcpServers": {
"reforma": {
"url": "https://api.reforma.ai/mcp"
}
}
}Put that config where your client stores MCP servers, then sign in to Reforma when prompted.
Check the connection
Once connected, ask your agent to list your Reforma projects.
A typical session starts by opening a project before working with its files, terminal, preview, or publishing tools.
How the agent should open a project and which tools to call: Project lifecycle.
Project sessions
Reforma's editor and MCP use the same project sandbox, so changes made by your agent appear in the same environment you see in Reforma.
Inactive sandboxes shut down after one hour. If that happens, ask the agent to open the project again and continue where you left off.
Troubleshooting
| What you see | What to do |
|---|---|
Reforma shows as disconnected or returns 401 | Authenticate again with your Reforma account. |
| File, terminal, preview, or publish tools fail immediately | Open a project first. |
| The project stopped responding after being idle | Open the project again. |
| You want to revoke a client | Open Profile → Security and login → Connected apps in Reforma. |
For protocol details, tool names, arguments, and resources, see Reference.
New to MCP? Start with the Overview.