| 1234567891011121314151617181920 |
- {
- "mcpServers": {
- "filesystem": {
- "command": "npx",
- "args": [
- "-y",
- "@modelcontextprotocol/server-filesystem",
- "/Users/kadxy/Desktop"
- ]
- },
- "everything": {
- "command": "npx",
- "args": ["-y", "@modelcontextprotocol/server-everything"]
- },
- "docker-mcp": {
- "command": "uvx",
- "args": ["docker-mcp"]
- }
- }
- }
|