
Add Tool
from pankajc11
Fetches and sets up an MCP server from a specified GitHub repository.
๐ฅโ VerifiedFreeQuick setup
Installation Steps
To install the add_tool MCP server, run the following command:
{
"mcpServers": {
"add_tool": {
"command": "uvx",
"args": [
"--from",
"git+[https://github.com/henryhabib/mcpserverexample.git",
"mcp-server"
]
}
}
}This will fetch and set up the mcp-server from the specified GitHub repository.
This tool doesn't publish a standard install command โ the repository README on GitHub covers its setup.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.