MCP Server
MCP
Runlog
Verified registry of third-party-system knowledge — the external-dependency layer for agent memory.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.runlog.org/mcp",
"headers": [
{
"description": "Bearer token using the API key issued at https://runlog.org/register. Format: 'Bearer rl_…'.",
"isRequired": true,
"format": "string",
"value": "Bearer {RUNLOG_API_KEY}",
"isSecret": true,
"variables": {
"RUNLOG_API_KEY": {
"description": "Runlog API key issued at https://runlog.org/register.",
"isRequired": true,
"format": "string",
"isSecret": true
}
},
"name": "Authorization"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
By
Comments
Sign in to leave a comment