Relocate references and commands for MCP servers from ./mcps/ to ~/Projects/local/mcp_servers/ across context files, README, CLAUDE.md, config JSON, and launch scripts. This includes cd commands, tool prefixes, and prompt references to reflect the new directory structure while maintaining provider-agnostic workflows. No functional changes to MCP behavior.
28 lines
909 B
JSON
28 lines
909 B
JSON
{
|
|
"mcpServers": {
|
|
"dicom-mcp": {
|
|
"command": "/Users/gregory.gauthier/Projects/local/mcp_servers/dicom_mcp/run_dicom_mcp_server.sh"
|
|
},
|
|
"filesystem": {
|
|
"command": "zsh",
|
|
"args": ["/Users/gregory.gauthier/Projects/local/mcp_servers/filesystem_mcp/launch_filesystem_mcp.sh"],
|
|
"env": {
|
|
"MCP_LOG_LEVEL": "debug",
|
|
"MCP_TRANSPORT_TYPE": "stdio"
|
|
}
|
|
},
|
|
"open-meteo-mcp": {
|
|
"command": "/Users/gregory.gauthier/Projects/local/mcp_servers/open_meteo_mcp/run_open_meteo_mcp_server.sh"
|
|
},
|
|
"playwright-mcp": {
|
|
"command": "/Users/gregory.gauthier/Projects/local/mcp_servers/playwright_mcp/launch_playwright_mcp.sh"
|
|
},
|
|
"selenium-mcp": {
|
|
"command": "/Users/gregory.gauthier/Projects/local/mcp_servers/selenium_mcp/launch_selenium_mcp_server.sh"
|
|
}
|
|
},
|
|
"preferences": {
|
|
"quickEntryDictationShortcut": "capslock"
|
|
}
|
|
}
|