1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
| { "mcpServers": { "sequential-thinking": { "command": "npx -y @modelcontextprotocol/server-sequential-thinking" }, "filesystem": { "command": "npx -y @modelcontextprotocol/server-filesystem C:\\Users D:\\" }, "memory": { "command": "npx -y @modelcontextprotocol/server-memory" }, "fetch": { "command": "uvx", "args": ["mcp-server-fetch"] }, "context7": { "command": "npx -y @upstash/context7-mcp" }, "codelf": { "command": "npx -y codelf" }, "playwright": { "command": "npx -y @playwright/mcp@latest" }, "Framelink Figma MCP": { "command": "npx -y figma-developer-mcp --figma-api-key=XXX --stdio" } } }
|