Skip to main content
Obot is an open-source MCP gateway and registry with per-user OAuth, a catalog, and audit logging. Every server it exposes is served as streamable-http at https://<your-obot>/mcp-connect/<server-id>.

Register the server

1

Add a remote server

Go to MCP Management › MCP Servers, select Add MCP Server, and choose the Remote type.
2

Set the URL

Remote URL: https://mcp.consensus.app/mcp. Optionally restrict connections to the hostname mcp.consensus.app.

Authentication

Add a header with Key Authorization and Value Bearer ak_live_..., and mark it Sensitive. Set the value to User-Supplied instead if each user should enter their own Consensus key.

Notes

  • Remote servers configured for static OAuth without credentials are hidden from non-admin users.
  • Servers using static OAuth can’t be included in composite servers.
Obot docs: MCP servers · OAuth configuration