mcp-server-template-
3.1
If you are the rightful owner of mcp-server-template- 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 mcp-server-template is a model context protocol server designed to facilitate the deployment and management of machine learning models using the MCP framework.
mcp-server-template
GitHub
{
"mcpServers": {
"mcp-server-template": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/narumiruna/mcp-server-template",
"mcp-server-template"
]
}
}
}
PyPI
{
"mcpServers": {
"mcp-server-template": {
"command": "uvx",
"args": ["mcp-server-template"]
}
}
}
Local
{
"mcpServers": {
"mcp-server-template": {
"command": "uv",
"args": [
"run",
"--directory",
"/home/<user>/workspace/mcp-server-template",
"mcp-server-template"
]
}
}
}