{ "mcpServers": { "context7": { "command": "cmd", "args": [ "/c", "npx", "-y", "@upstash/context7-mcp" ], "env": { "CONTEXT7_API_KEY": ".." }, "disabled": true }, "Framelink MCP for Figma": { "command": "cmd", "args": ["/c", "npx", "-y", "figma-developer-mcp", "--figma-api-key=YOUR-KEY", "--stdio"], "disabled": true }, "playwright": { "command": "npx", "args": [ "@playwright/mcp@latest" ], "disabled": true }, "mcp_server_mysql": { "command": "npx", "args": [ "@benborla29/mcp-server-mysql" ], "env": { "MYSQL_HOST": "127.0.0.1", "MYSQL_PORT": "3306", "MYSQL_USER": "root", "MYSQL_PASS": "your_password", "MYSQL_DB": "your_database", "ALLOW_INSERT_OPERATION": "false", "ALLOW_UPDATE_OPERATION": "false", "ALLOW_DELETE_OPERATION": "false" }, "disabled": true }, "postgres": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "DATABASE_URI", "crystaldba/postgres-mcp", "--access-mode=unrestricted" ], "env": { "DATABASE_URI": "postgresql://username:password@localhost:5432/dbname" }, "disabled": true }, "database-adapter": { "command": "node", "args": [ ".mcp/database-adapters/dist/index.js" ], "env": { "DB_TYPE": "${DB_TYPE}", "DB_HOST": "${DB_HOST}", "DB_PORT": "${DB_PORT}", "DB_NAME": "${DB_NAME}", "DB_USER": "${DB_USER}", "DB_PASSWORD": "${DB_PASSWORD}", "DB_SCHEMA": "${DB_SCHEMA}", "DB_SSL": "${DB_SSL}", "DB_POOL_SIZE": "${DB_POOL_SIZE}", "DB_TIMEOUT": "${DB_TIMEOUT}", "DB_READ_ONLY": "${DB_READ_ONLY}" }, "disabled": true } } }