Using an OpenMCP server
Every server in the registry is available as a remote endpoint and is also published on github and npm to download and run locally
Using a remote server
To use a hosted Streamable HTTP server, add the following to your client config:
Replace {server-id}
with an appropriate value e.g. autobahn
Forwarding variables
You can forward "environment" variables to the remote server by including them in the request headers or URL query string (headers take precedence). Just prefix the variable name with FORWARD_VAR_
like so:
Security
Sending authentication tokens as forwarded variables is not recommended
Installing locally
If you want to run a server locally on your own machine instead of using the hosted version, use the CLI installer:
Claude desktop
Cursor
Run this from the root of your project directory or, to add to all cursor projects, run it from your home directory ~
Other
Manually
If you don't want to use the command-line helper, add the following to your MCP client config manually: