MCP Server
MCP
CogniRelay
Self-hosted agent continuity server with bounded, recoverable memory and restart orientation.
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