---
slug: "typescript-typescript-mcp-demo"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/americano212/typescript-mcp-server-usage@main/README.md"
repo: "https://github.com/americano212/typescript-mcp-server-usage"
source_file: "README.md"
branch: "main"
---
```bash
docker build -t mcp/test -f ./Dockerfile .
```

```json
{
  "mcpServers": {
    "tester": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/test"],
      "env": {
        "TEST": "test"
      }
    }
  }
}
```
