jobinesh/mcp-server-example
3.1
If you are the rightful owner of mcp-server-example 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 `add_tool` MCP server is designed to facilitate the integration and management of model context protocols, providing a streamlined approach to server setup and execution.
Installation Steps
To install the add_tool
MCP server, run the following command:
{
"mcpServers": {
"add_tool": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/jobinesh/mcp-server-example.git",
"mcp-server"
]
}
}
}
This will fetch and set up the mcp-server
from the specified GitHub repository.