Cookies ahead

Our support chat tool "Intercom" would like to collect some more data on you. See the related link for more details.

Docs

fortrabbit / features

🧩

AI agents plugin.

MCP server

Connect your agent to have it operate by your instructions.

With the MCP integration you don't need to switch between browser and terminal that often any more. Also, you don't need to know all the specifics. With the MCP tooling your AI chat buddy will gain tools to up environments, open a staging environments, reads the build output of a deployment that failed.

https://www.fortrabbit.com/mcp

Every tool the agent gets, what it may change, and how a connection is revoked:

https://docs.fortrabbit.com/platform/automation/mcp

Different by design

Frequently asked

Which agents can connect?
Anything speaking MCP

Anything speaking MCP - Claude Code, Codex, Cursor and VS Code have a documented setup command each. Any other MCP client works against the same endpoint. A client without OAuth support authenticates with a personal API token instead.

#
What can an agent actually change?
Three things

Three things - Most tools read. Three write: creating an app, creating an environment, and updating environment variables. Restarts, deletions and standalone deployments are not exposed — a REST endpoint existing does not make it available to agents.

#
Can an agent see more than the person who connected it?
Never

Never - A connection carries the authorization of the person who approved it and sees exactly what that person sees in the dashboard. The access token expires after one hour and the refresh token after 30 days, both bound to that one agent.

#
How is a connection revoked?
From either side

From either side - Clearing the authentication in the agent drops the access token and the refresh token together, so it cannot quietly renew. Disconnecting on the account side ends every connection that agent holds — the route to take when the machine running it is out of reach.

#
Is it ready for production work?
It is in testing

It is in testing - The MCP server is in testing, and the platform around it is in beta. Reading environment variables returns the values fortrabbit injects, database credentials among them, and whatever an agent reads lands in the context of the connected client. Worth a thought before pointing one at a production environment.

#