mcp.hypertool.jsonโข1.06 kB
{
"mcpServers": {
"docker": {
"type": "stdio",
"command": "uvx",
"args": ["mcp-server-docker"],
"env": {}
},
"context7": {
"type": "sse",
"url": "https://mcp.context7.com/sse"
},
"task-master": {
"type": "stdio",
"command": "npx",
"args": ["-y", "--package=task-master-ai", "task-master-ai"],
"env": {}
},
"mcping": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@toolprint/mcping-mcp@latest"],
"env": {}
},
"everything": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"],
"env": {}
},
"git": {
"type": "stdio",
"command": "uvx",
"args": ["mcp-server-git"]
},
"sequential-thinking": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"playwright": {
"type": "stdio",
"command": "npx",
"args": ["@playwright/mcp@latest"]
}
}
}