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 "chunkhound": {
10 "type": "stdio",
11 "command": "chunkhound",
12 "args": ["mcp"],
13 "disabled_tools": ["code_research", "get_stats", "health_check"]
14 },
15 "context7": {
16 "type": "http",
17 "url": "https://mcp.context7.com/mcp"
18 }
19 },
20 "options": {
21 "attribution": { "generated_with": false },
22 "memory_paths": [
23 "~/.config/AGENTS.md",
24 "~/.config/crush/CRUSH.md",
25 "~/.config/crush/rules"
26 ],
27 "disabled_tools": ["sourcegraph"],
28 "disable_metrics": true
29 }
30}