← Back to Plugins
MCP Server MCP

CogniRelay

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Self-hosted agent continuity server with bounded, recoverable memory and restart orientation.

Verified source

Install

uvx cognirelay

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "cognirelay",
      "version": "1.4.14",
      "transport": {
        "type": "streamable-http",
        "url": "http://127.0.0.1:8080/v1/mcp"
      },
      "packageArguments": [
        {
          "value": "serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to a durable writable CogniRelay repository root for runtime state.",
          "isRequired": true,
          "format": "filepath",
          "name": "COGNIRELAY_REPO_ROOT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...