Ohanvi/mcp-server
3.2
If you are the rightful owner of mcp-server 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 Steps
To install the add_tool
MCP server, run the following command:
{
"mcpServers": {
"add_tool": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Ohanvi/mcp-server.git",
"mcp-server"
]
}
}
}
This will fetch and set up the mcp-server
from the specified GitHub repository.