|
12345678910111213141516171819202122232425262728293031323334 |
- {
- "mcpServers": {
- "context7": {
- "type": "http",
- "url": "https://mcp.context7.com/mcp"
- },
- "sequential-thinking": {
- "type": "stdio",
- "command": "npx",
- "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],
- "env": {}
- },
- "github": {
- "type": "stdio",
- "command": "npx",
- "args": ["-y", "@modelcontextprotocol/server-github"],
- "env": {
- "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}"
- }
- },
- "fetch": {
- "type": "stdio",
- "command": "uvx",
- "args": ["mcp-server-fetch"],
- "env": {}
- },
- "playwright": {
- "type": "stdio",
- "command": "npx",
- "args": ["-y", "@playwright/mcp@latest"],
- "env": {}
- }
- }
- }
|