-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
28 lines (28 loc) · 1.07 KB
/
Copy pathserver.json
File metadata and controls
28 lines (28 loc) · 1.07 KB
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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.New1Direction/korg-ledger",
"description": "Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs.",
"version": "0.37.0",
"repository": {
"url": "https://github.com/New1Direction/korgex",
"source": "github"
},
"packages": [
{
"registryType": "pypi",
"identifier": "korgex",
"version": "0.37.0",
"transport": { "type": "stdio" },
"runtimeArguments": [
{ "type": "positional", "value": "mcp-server", "isRequired": true,
"description": "the korgex subcommand that runs the MCP server" }
],
"environmentVariables": [
{ "name": "KORG_JOURNAL_PATH", "isRequired": false,
"description": "Path to the JSONL ledger journal (defaults to .korg/journal.jsonl)." },
{ "name": "KORG_LEDGER_HMAC_KEY", "isRequired": false,
"description": "Optional HMAC key — makes the chain tamper-PROOF, not just tamper-evident." }
]
}
]
}