Nikola-Vukasinovic/mcp-server-deployment
3.2
If you are the rightful owner of mcp-server-deployment 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 data exchange between different machine learning models and applications.
Installation
Use the following JSON structure to run the MCP server:
"My MCP server": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Nikola-Vukasinovic/mcp-server-deployment.git",
"mcp-server"
]
}
Or run directly from the terminal:
uvx --from git+https://github.com/Nikola-Vukasinovic/mcp-server-deployment.git mcp-server