my-first-mcp logo

my-first-mcp

by JHSeo-git

This is a sample MCP server setup. It provides instructions on how to run the server using Node.js or Docker.

View on GitHub

Last updated: N/A

my-first-mcp

Running MCP

node

{
  "mcpServers": {
    "my-first-mcp": {
      "command": "node",
      "args": ["/absolute/path/to/your/dist/index.js"]
    }
  }
}

docker

{
  "mcpServers": {
    "my-first-mcp": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "my-first-mcp"]
    }
  }
}