claude_desktop_config.jsonā¢1.13 kB
{
"mcpServers": {
"custom-mcp-server": {
"command": "node",
"args": ["server.js"],
"cwd": ".",
"env": {
"NODE_ENV": "production"
}
},
"custom-mcp-server-python": {
"command": "python",
"args": ["server.py"],
"cwd": ".",
"env": {
"PYTHONPATH": "."
}
}
},
"globalShortcut": {
"enabled": true,
"key": "CmdOrCtrl+Shift+C"
},
"tools": {
"allowedCommands": [
"read_file",
"write_file",
"list_directory",
"get_system_info",
"execute_command",
"fetch_url"
],
"restrictions": {
"execute_command": {
"confirmationRequired": true,
"allowedPaths": [
".",
"./scripts",
"./temp"
]
},
"write_file": {
"confirmationRequired": false,
"allowedExtensions": [
".txt",
".md",
".json",
".js",
".py",
".html",
".css"
]
}
}
},
"ui": {
"theme": "dark",
"showToolbar": true,
"showStatusBar": true
}
}