Server Config
{
"mcpServers": {
"TimeSlope": {
"command": "npx",
"args": [
"mcp-remote",
"https://saas-mcp--timeslope-serve-modal.modal.run/mcp",
"--header",
"Authorization: Bearer ${TIMESLOPE_API_KEY}"
],
"env": {
"TIMESLOPE_API_KEY": "<YOUR API KEY>"
}
}
}
}