revenexx docs MCP in Google Antigravity
Add the revenexx documentation MCP server to Agent Manager in Google Antigravity.
Add the revenexx documentation MCP server to Google Antigravity so Agent Manager can search and read the docs while you work. The server is hosted and public — no install, no API key.
Add the server
In Antigravity, open the (...) menu in the Agent window, go to Manage MCP Servers in the MCP Store, and click View raw config. Add the revenexx-docs entry:
JSON
{
"mcpServers": {
"revenexx-docs": {
"command": "npx",
"args": [
"mcp-remote",
"https://revenexx.dev/mcp"
]
}
}
}
Return to the Manage MCP Servers page and click Refresh.
Antigravity launches MCP servers as local processes, so it reaches the hosted server through the
mcp-remote proxy. This needs Node.js installed (npx ships with it).Try it
Open Agent Manager and ask:
Search the revenexx docs for how to authenticate against the API.Using the revenexx docs, show me how to create an order with the CLI.What events does the revenexx webhooks service publish? Check the docs.