-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathserver.json
More file actions
31 lines (31 loc) · 1.13 KB
/
Copy pathserver.json
File metadata and controls
31 lines (31 loc) · 1.13 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.cranot/roam-code",
"description": "Local codebase intelligence MCP server for AI coding agents: SQLite graph, 28 languages, change-safety gates, audit evidence, zero API keys.",
"version": "13.6.1",
"packages": [
{
"registryType": "pypi",
"identifier": "roam-code",
"version": "13.6.1",
"runtimeHint": "python",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "ROAM_MCP_PRESET",
"description": "Tool preset: core (default, 16 — lean prompt surface), compliance (13), debug (71), refactor (72), review (72), architecture (73), full (243)",
"isRequired": false,
"default": "core"
}
]
}
],
"remotes": [],
"repository": {
"url": "https://github.com/Cranot/roam-code",
"source": "github"
},
"websiteUrl": "https://roam-code.com/"
}