1{
2 "$schema": "https://charm.land/crush.json",
3 "mcp": {
4 "kagi": {
5 "type": "stdio",
6 "command": "kagi-ken-mcp",
7 "disabled_tools": ["kagi_summarizer"]
8 },
9 "browseros": {
10 "type": "http",
11 "url": "http://127.0.0.1:9100/mcp",
12 "disabled_tools": [
13 "browser_get_bookmarks",
14 "browser_create_bookmark",
15 "browser_remove_bookmark",
16 "browser_remove_bookmark",
17 "browser_get_bookmark_children",
18 "browser_move_bookmark",
19 "browser_remove_bookmark_tree",
20 "browser_search_history",
21 "browser_get_recent_history",
22 "browser_create_window",
23 "browser_create_window"
24 ]
25 }
26 },
27 "options": {
28 "attribution": { "generated_with": false },
29 "memory_paths": ["~/.config/AGENTS.md", "~/.config/crush/CRUSH.md"],
30 "disabled_tools": ["sourcegraph"],
31 "disable_auto_summarize": true,
32 "disable_metrics": true
33 },
34 "providers": {
35 "plexus": {
36 "name": "Plexus",
37 "type": "openai-compat",
38 "base_url": "http://100.77.116.78:4000/v1",
39 "api_key": "$PLEXUS_API_KEY",
40 "models": [
41 {
42 "id": "glm-4.7",
43 "name": "GLM 4.7",
44 "context_window": 200000,
45 "default_max_tokens": 64000,
46 "can_reason": true,
47 "supports_attachments": false
48 },
49 {
50 "id": "glm-4.7-flash",
51 "name": "GLM 4.7 Flash",
52 "context_window": 200000,
53 "default_max_tokens": 131072,
54 "can_reason": true,
55 "supports_attachments": false
56 },
57 {
58 "id": "glm-5",
59 "name": "GLM 5",
60 "context_window": 204800,
61 "default_max_tokens": 131072,
62 "can_reason": true,
63 "supports_attachments": false
64 },
65 {
66 "id": "deepseek-v3.2",
67 "name": "DeepSeek V3.2",
68 "context_window": 162816,
69 "default_max_tokens": 8000,
70 "can_reason": true,
71 "supports_attachments": false
72 },
73 {
74 "id": "gpt-oss-120b",
75 "name": "GPT OSS 120B",
76 "context_window": 128000,
77 "default_max_tokens": 32768,
78 "can_reason": true,
79 "supports_attachments": false
80 },
81 {
82 "id": "kimi-k2.5",
83 "name": "Kimi K2.5",
84 "context_window": 262144,
85 "default_max_tokens": 65536,
86 "can_reason": true,
87 "supports_attachments": true
88 },
89 {
90 "id": "kimi-k2.5h",
91 "name": "Kimi K2.5h",
92 "context_window": 262144,
93 "default_max_tokens": 262144,
94 "can_reason": true,
95 "supports_attachments": true
96 },
97 {
98 "id": "gpt-5.3-codex",
99 "name": "GPT 5.3 Codex",
100 "context_window": 400000,
101 "default_max_tokens": 128000,
102 "can_reason": true,
103 "supports_attachments": true
104 },
105 {
106 "id": "minimax-m2.5",
107 "name": "MiniMax M2.5",
108 "context_window": 204800,
109 "default_max_tokens": 131072,
110 "can_reason": true,
111 "supports_attachments": false
112 },
113 {
114 "id": "minimax-m2.5h",
115 "name": "MiniMax M2.5",
116 "context_window": 204800,
117 "default_max_tokens": 131072,
118 "can_reason": true,
119 "supports_attachments": false
120 },
121 {
122 "id": "claude-sonnet-4.6",
123 "name": "Claude Sonnet 4.6",
124 "context_window": 1000000,
125 "default_max_tokens": 64000,
126 "can_reason": true,
127 "supports_attachments": true
128 },
129 {
130 "id": "gpt-5.4",
131 "name": "GPT 5.4",
132 "context_window": 1050000,
133 "default_max_tokens": 128000,
134 "can_reason": true,
135 "supports_attachments": true
136 },
137 {
138 "id": "gemini-3.1-flash-lite",
139 "name": "Gemini 3.1 Flash Lite Preview",
140 "context_window": 1048576,
141 "default_max_tokens": 65536,
142 "can_reason": true,
143 "supports_attachments": true
144 },
145 {
146 "id": "gemini-3.1-pro-preview",
147 "name": "Gemini 3.1 Pro Preview",
148 "context_window": 1048576,
149 "default_max_tokens": 65536,
150 "can_reason": true,
151 "supports_attachments": true
152 },
153 {
154 "id": "claude-opus-4.6",
155 "name": "Claude Opus 4.6",
156 "context_window": 1000000,
157 "default_max_tokens": 128000,
158 "can_reason": true,
159 "supports_attachments": true
160 },
161 {
162 "id": "nemotron-3-super-120b-a12b",
163 "name": "Nemotron 3 Super",
164 "context_window": 262144,
165 "default_max_tokens": 65536,
166 "can_reason": true,
167 "supports_attachments": false
168 }
169 ]
170 }
171 }
172}