You can connect the RUNALYZE MCP Server to any AI client that supports custom HTTP headers.
This setup works with providers or clients that allow you to define an authorization header such as:
Authorization: Bearer <token>
or:
token: <token>
Before you begin:
Use the following MCP server URL:
https://runalyze.com/mcp
Use your Personal API Token as a bearer token.
Recommended header:
Authorization: Bearer <your_personal_api_token>
Some clients may instead require a token header:
token: <your_personal_api_token>
If your AI client allows custom MCP server configuration, use:
Server URL: https://runalyze.com/mcp
Authentication: Bearer Token
Header: Authorization
Value: Bearer <your_personal_api_token>
Replace:
<your_personal_api_token>
with the token you created in RUNALYZE.
Your Personal API Token grants access to your RUNALYZE data. Keep it private and do not share it publicly.
If the token is exposed, revoke it in RUNALYZE and create a new one.
Please let us know if you have wishes or have encountered bugs. We give our best to make Runalyze as good as possible for you. - Therefore we would be interested in your suggestions for improvement. In general most questions, problems and ideas are more appropriate to ask in the forum.