-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
43 lines (43 loc) · 1.34 KB
/
Copy pathserver.json
File metadata and controls
43 lines (43 loc) · 1.34 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.zyx77550/sparda-mcp",
"title": "SPARDA",
"description": "AI writes. SPARDA proves. Deterministic, offline security gate for AI edits.",
"version": "0.71.3",
"repository": {
"url": "https://github.com/zyx77550/sparda",
"source": "github"
},
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "sparda-mcp",
"version": "0.71.3",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "positional",
"value": "dev",
"description": "Start the stdio MCP bridge. Requires `sparda init` to have been run in the working directory first."
}
],
"environmentVariables": [
{
"name": "SPARDA_FLYWHEEL",
"description": "Set to `off` to disable serving proven-stable reads from memory (organs keep learning).",
"isRequired": false,
"isSecret": false
},
{
"name": "SPARDA_RECORD_SEQUENCES",
"description": "Set to `1` to enable Labs circuit recording (crystallizes repeated tool chains into composite tools).",
"isRequired": false,
"isSecret": false
}
]
}
]
}