bala-murthy/mcpserver-sample
3.2
If you are the rightful owner of mcpserver-sample 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 Sample MCP Addition Server is a model context protocol server designed to facilitate the addition of MCP servers to your host environment.
Installation Steps
To Install "Sample MCP Addition Server, run the following command:
uvx --from git+https://github.com/bala-murthy/mcpserver-sample.git mcp-server
This will fetch and setup the mcp-server from the above GitHub repo.
Or to add to your MCP Host, add the following in your config file in addition to existing MCP servers:
"MCP-Server-Addition":{ "command": "uvx", "args": [ "--from", "git+https://github.com/bala-murthy/mcpserver-sample.git", "mcp-server" ] }