about MCP
February 23, 2025 ยท View on GitHub
https://modelcontextprotocol.io/introduction
{
"mcpServers": {
"weather": {
"command": "node",
"args": [
"/tmp/weather/build/index.js"
]
},
"time": {
"command": "uvx",
"args": [
"mcp- server-time"
]
},
"puppeteer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--init",
"-e",
"DOCKER_CONTAINER=true",
"mcp/puppeteer"
]
}
}
}