Registering a server
You can add a backend two ways:- From the Store — browse pre-built integrations (GitHub, and other zero-config connectors) and connect with one click.
- Manually — provide a name, namespace, and URL for any
httporsseMCP server. mcp1 connects and discovers its tools automatically.
github registered as the namespace gh exposes tools like gh.create_issue.
Transport types
Enable and disable
Toggling a server off stops it from being discoverable or callable through the aggregated endpoint without deleting its configuration or history.Auth headers
A server that requires anAuthorization header (for example, one behind OAuth) registers successfully but won’t discover tools until you connect it in the UI — headers aren’t inferred automatically during import or manual registration.