typescript-mcp-server-usage
If you are the rightful owner of typescript-mcp-server-usage and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
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"
}
}
}
}