llm-tools/config/claude_desktop_config.json
Gregory Gauthier b51c4b2c02 feat(config): add Grok CLI support and provider-agnostic context guides
- Introduce .grok/context.md for Grok CLI workflows, MCP tool examples, and best practices.
- Add .grokignore to optimize context by excluding large files and binaries.
- Create CONTEXT.md as a general LLM context guide adaptable across platforms.
- Update README.md for provider-agnostic structure, Grok CLI integration, and generalized docs.
- Fix paths in config/claude_desktop_config.json to match new repository location.
2026-04-08 12:29:55 +01:00

28 lines
924 B
JSON

{
"mcpServers": {
"dicom-mcp": {
"command": "/Users/gregory.gauthier/Projects/local/llm-tools/mcps/dicom_mcp/run_dicom_mcp_server.sh"
},
"filesystem": {
"command": "zsh",
"args": ["/Users/gregory.gauthier/Projects/local/llm-tools/mcps/filesystem_mcp/launch_filesystem_mcp.sh"],
"env": {
"MCP_LOG_LEVEL": "debug",
"MCP_TRANSPORT_TYPE": "stdio"
}
},
"open-meteo-mcp": {
"command": "/Users/gregory.gauthier/Projects/local/llm-tools/mcps/open_meteo_mcp/run_open_meteo_mcp_server.sh"
},
"playwright-mcp": {
"command": "/Users/gregory.gauthier/Projects/local/llm-tools/mcps/playwright_mcp/launch_playwright_mcp.sh"
},
"selenium-mcp": {
"command": "/Users/gregory.gauthier/Projects/local/llm-tools/mcps/selenium_mcp/launch_selenium_mcp_server.sh"
}
},
"preferences": {
"quickEntryDictationShortcut": "capslock"
}
}