| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "mcpServers": {
- "filesystem": {
- "command": "npx",
- "args": [
- "-y",
- "@modelcontextprotocol/server-filesystem",
- "/Users/kadxy/Desktop"
- ]
- },
- "docker-mcp": {
- "command": "uvx",
- "args": ["docker-mcp"]
- },
- "difyworkflow": {
- "command": "mcp-difyworkflow-server",
- "args": ["-base-url", "23"],
- "env": {
- "DIFY_WORKFLOW_NAME": "23",
- "DIFY_API_KEYS": "23"
- }
- },
- "postgres": {
- "command": "docker",
- "args": ["run", "-i", "--rm", "mcp/postgres", null]
- },
- "playwright": {
- "command": "npx",
- "args": ["-y", "@executeautomation/playwright-mcp-server"]
- },
- "gdrive": {
- "command": "npx",
- "args": ["-y", "@modelcontextprotocol/server-gdrive"]
- }
- }
- }
|