Skip to content

Instantly share code, notes, and snippets.

@ugovaretto
Created December 18, 2025 09:22
Show Gist options
  • Select an option

  • Save ugovaretto/6c76577e4e04dd772403ca635e1350ec to your computer and use it in GitHub Desktop.

Select an option

Save ugovaretto/6c76577e4e04dd772403ca635e1350ec to your computer and use it in GitHub Desktop.
Crush AI configuration
{
"$schema": "https://charm.land/crush.json",
"mcp": {
"websearch-fetch-mcp": {
"type": "stdio",
"command": "uv",
"args": [
"run",
"--with", "fastmcp",
"--with", "requests",
"--with", "docling",
"--with", "html2text",
"/Users/ugo/projects/websearch-fetch-mcp/server.py"],
"timeout": 120,
"disabled": false,
"disabled_tools": [],
"env": {}
},
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/",
"timeout": 120,
"disabled": false,
"disabled_tools": ["create_issue", "create_pull_request"],
"headers": {
"Authorization": "Bearer $GH_TOKEN"
}
}
},
"lsp": {
"go": {
"command": "gopls",
"disabled": false
},
"python": {
"command": "pyright-python-langserver",
"args": ["--stdio"],
"disabled": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment