Runlog✓
org.runlog/runlog · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "org.runlog/runlog",
"description": "Verified registry of third-party-system knowledge — the external-dependency layer for agent memory.",
"title": "Runlog",
"repository": {
"url": "https://github.com/runlog-org/runlog",
"source": "github",
"subfolder": "server"
},
"version": "0.1.0",
"websiteUrl": "https://runlog.org",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}