{
	"$schema": "https://charm.land/crush.json",
	"mcp": {
		"kagi": {
			"type": "stdio",
			"command": "kagi-ken-mcp",
			"disabled_tools": ["kagi_summarizer"]
		},
		"chunkhound": {
			"type": "stdio",
			"command": "chunkhound",
			"args": ["mcp"],
			"disabled_tools": ["code_research", "get_stats", "health_check"]
		},
		"context7": {
			"type": "http",
			"url": "https://mcp.context7.com/mcp"
		},
		"lunatask": {
			"type": "stdio",
			"command": "lune",
			"args": [
				"mcp",
				"-t",
				"stdio",
				"--enabled-tools",
				"get_timestamp,create,update,delete,query"
			]
		}
	},
	"options": {
		"attribution": { "generated_with": false },
		"memory_paths": [
			"~/.config/AGENTS.md",
			"~/.config/crush/CRUSH.md",
			"~/.config/crush/rules"
		],
		"disabled_tools": ["sourcegraph"],
		"disable_metrics": true
	}
}
