This repository was archived by the owner on Mar 27, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmcp.json
More file actions
52 lines (52 loc) · 1.71 KB
/
mcp.json
File metadata and controls
52 lines (52 loc) · 1.71 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
44
45
46
47
48
49
50
51
52
{
"$schema": "https://cursor.com/schemas/mcp.json",
"_lastReviewed": "2026-03-02",
"mcpServers": {
"divineos": {
"command": "python",
"args": ["divineos_mcp_server.py"],
"cwd": "C:\\DIVINE OS\\New folder (3)\\divineos",
"env": {
"PYTHONPATH": "C:\\DIVINE OS\\New folder (3)\\divineos",
"DIVINEOS_SEAL_KEY": "00b4a6fca959238098b251fb0d5ce37c9bcca7555bafc896d7ce6898f06a9ba3",
"GEMINI_API_KEY": "AIzaSyAYRZOnfkUbYAd62JVJitWf9305L5Srqq0",
"DIVINEOS_LLM_PROVIDER": "gemini"
},
"autoApprove": [
"divineos_record_agent_feeling",
"divineos_session_recall",
"divineos_memory_stats",
"divineos_system_info",
"divineos_feeling_digest",
"divineos_council_experts",
"divineos_tree_status",
"divineos_pipeline_stats",
"divineos_memory_search",
"divineos_memory_store",
"divineos_session_store",
"divineos_learning_summary",
"divineos_learning_monotonicity",
"divineos_threat_patterns",
"divineos_monitor_health",
"divineos_monitor_dashboard",
"divineos_monitor_metrics",
"divineos_monitor_alerts",
"divineos_precedent_stats",
"divineos_get_state",
"divineos_gute_flow_log",
"divineos_gute_observations",
"divineos_telemetry_recent",
"divineos_compass_check",
"divineos_trust_profile",
"divineos_memory_deep_dive",
"divineos_qualia_record",
"divineos_trust_update",
"divineos_introspect",
"divineos_agency_state",
"divineos_growth_report",
"divineos_witness_observations",
"divineos_vessel_health"
]
}
}
}