revenexx docs MCP in Zenflow
Add the revenexx documentation MCP server to agents in Zenflow.
Add the revenexx documentation MCP server to a Zenflow agent so it can search and read the docs while you work. The server is hosted and public — no install, no API key.
Add the server
Open Zenflow and go to Settings > MCP servers. Select the agent you want to configure, add a custom MCP server, and include the revenexx-docs entry:
JSON
{
"mcpServers": {
"revenexx-docs": {
"url": "https://revenexx.dev/mcp",
"type": "http"
}
}
}
Click Save. Zenflow connects to the server and loads its tools.
Try it
Open a Zenflow task chat 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.Which revenexx SDKs are available? Check the docs.
New to Zenflow? See how to set up Zenflow.