typescript-mcp-server logo

typescript-mcp-server

by americano212

This repository provides a basic setup for a TypeScript-based MCP (Minecraft Protocol) server. It includes a Dockerfile for easy deployment and a sample configuration.

View on GitHub

Last updated: N/A

docker build -t mcp/test -f ./Dockerfile .
{
  "mcpServers": {
    "tester": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/test"],
      "env": {
        "TEST": "test"
      }
    }
  }
}