typescript-mcp-server-usage

typescript-mcp-server-usage

3.3

The Model Context Protocol (MCP) server is a specialized server designed to facilitate communication and interaction between machine learning models and various client applications. It leverages the MCP technology to provide a standardized protocol for model deployment, management, and execution.

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