crush.json

 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		"lunatask": {
20			"type": "stdio",
21			"command": "lune",
22			"args": [
23				"mcp",
24				"-t",
25				"stdio",
26				"--enabled-tools",
27				"get_timestamp,create,update,delete,query"
28			]
29		}
30	},
31	"options": {
32		"attribution": { "generated_with": false },
33		"memory_paths": [
34			"~/.config/AGENTS.md",
35			"~/.config/crush/CRUSH.md",
36			"~/.config/crush/rules"
37		],
38		"disabled_tools": ["sourcegraph"],
39		"disable_metrics": true
40	}
41}