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"
            ]
        }
    }
}

about mpc/time example

https://hub.docker.com/r/mcp/time