-
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy path.mcp.json
More file actions
36 lines (36 loc) · 1.08 KB
/
Copy path.mcp.json
File metadata and controls
36 lines (36 loc) · 1.08 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
{
"mcpServers": {
"citadel-state": {
"command": "node",
"args": [
"mcp-servers/citadel-state/index.js"
],
"cwd": ".",
"env": {
"CITADEL_MCP_SERVER": "citadel-state"
},
"_codex": {
"startup_timeout_sec": 10,
"tool_timeout_sec": 30,
"required": false,
"instructions": "Use citadel_status to orient on campaign, fleet, telemetry, and artifact state before invoking Citadel workflows."
}
},
"codebase-memory": {
"command": "node",
"args": [
"mcp-servers/codebase-memory/index.js"
],
"cwd": ".",
"env": {
"CITADEL_MCP_SERVER": "codebase-memory"
},
"_codex": {
"startup_timeout_sec": 15,
"tool_timeout_sec": 60,
"required": false,
"instructions": "Call get_architecture to orient on a cold/large repo, then who_imports, dependencies_of, trace_path, and impact_of_change for structural questions instead of grepping. Read-only; complements (never replaces) CLAUDE.md/AGENTS.md doctrine."
}
}
}
}