-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathserver.json
More file actions
26 lines (26 loc) · 1012 Bytes
/
server.json
File metadata and controls
26 lines (26 loc) · 1012 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.cranot/roam-code",
"description": "Architectural sight for AI agents before they edit. Local graph, 28 languages, no API keys.",
"version": "12.50",
"packages": [
{
"registryType": "pypi",
"identifier": "roam-code",
"version": "12.50",
"runtimeHint": "python",
"transport": {"type": "stdio"},
"environmentVariables": [
{
"name": "ROAM_MCP_PRESET",
"description": "Tool preset: core (default, 33), compliance (14), review, refactor, debug, architecture, full (120)",
"isRequired": false,
"default": "core"
}
]
}
],
"remotes": [],
"repository": {"url": "https://github.com/Cranot/roam-code", "source": "github"},
"websiteUrl": "https://roam-code.com/"
}