Add Tool MCP Server
निर्दिष्ट GitHub रिपॉजिटरी से MCP सर्वर प्राप्त करता है और सेट करता है।
दस्तावेज़
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.