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		"context7": {
10			"type": "http",
11			"url": "https://mcp.context7.com/mcp"
12		}
13	},
14	"options": {
15		"attribution": { "generated_with": false },
16		"memory_paths": ["~/.config/AGENTS.md", "~/.config/crush/CRUSH.md"],
17		"disabled_tools": ["sourcegraph"],
18		"disable_auto_summarize": true,
19		"disable_metrics": true
20	}
21}