- 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.
28 lines
924 B
JSON
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"
|
|
}
|
|
}
|