What the MCP server exposes
Through the Model Context Protocol, connected AI agents can:- Browse your collections and their schemas
- Query and filter records across collections
- Execute actions on records, including approval workflows
Turn on the MCP server
With the Node.js back-end, mount the MCP server when you create the back-end in yourindex.js:
<your-back-end-url>/mcp.
You can find your back-end URL in Project Settings → Environments. Each environment has its own back-end URL, and therefore its own MCP endpoint.
Restrict which tools are exposed
By default all tools are enabled. To expose only a subset, passenabledTools, new tools added in future releases stay off until you opt in:
describeCollection is always enabled, it’s required for the server to function.Connect Claude
Point your AI assistant at the MCP endpoint. On first connection, a browser window opens for you to log in with your Forest credentials, the assistant then operates with that user’s permissions.Use the transport type
http (the Forest MCP server uses Streamable HTTP). For other clients (Claude Desktop, Cursor, VS Code, Codex) and the standalone deployment option, see the Forest MCP Server reference.What’s next
Your operations are now available to your team and your AI agents. Time to move everything to production.Next: Deploy →
Deploy your Forest back-end to production