← Back to Plugins
MCP Server MCP

Runlog

github By github 👁 3 views ▲ 0 votes

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

Comments

Sign in to leave a comment

Loading comments...