-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
33 lines (33 loc) · 943 Bytes
/
server.json
File metadata and controls
33 lines (33 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.stef-k/cognirelay",
"title": "CogniRelay",
"description": "Self-hosted agent continuity server with bounded, recoverable memory and restart orientation.",
"version": "1.4.14",
"packages": [
{
"registryType": "pypi",
"identifier": "cognirelay",
"version": "1.4.14",
"packageArguments": [
{
"type": "positional",
"value": "serve"
}
],
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:8080/v1/mcp"
},
"environmentVariables": [
{
"name": "COGNIRELAY_REPO_ROOT",
"description": "Path to a durable writable CogniRelay repository root for runtime state.",
"isRequired": true,
"format": "filepath",
"isSecret": false
}
]
}
]
}