Skip to main content
Use OpenClaw when Fortress should be available through OpenClaw’s outbound MCP server registry.

Generate the setup command

  1. Open Agents in Fortress.
  2. Create or rotate an agent.
  3. Choose OpenClaw as the runtime.
  4. Copy the generated command.
The generated command follows this shape:
openclaw mcp set fortress-<agent> '{"transport":"streamable-http","url":"https://api.fortressproductivity.com/mcp?agent_id=<agent-id>","headers":{"Authorization":"Bearer ft_<token>"}}'
openclaw mcp show fortress-<agent> --json
The first command saves the server. The second command confirms the saved registry entry.

Manual config

The equivalent config shape is:
{
  "mcp": {
    "servers": {
      "fortress-agent": {
        "transport": "streamable-http",
        "url": "https://api.fortressproductivity.com/mcp?agent_id=<agent-id>",
        "headers": {
          "Authorization": "Bearer ft_<token>"
        }
      }
    }
  }
}

Verify

Start the OpenClaw runtime that consumes the saved MCP registry and ask it to read fortress://workspace/overview. See OpenClaw’s openclaw mcp documentation.