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.

Related in Development - Secure MCP Servers

ServerSummaryActions
Trade-MCPA modular trading automation project using Zerodha Kite Connect and MCP (Modular Command Platform) f...View
AlgorandView
UnrealMCP PluginView
Android MCPAn MCP (Model Context Protocol) server that provides programmatic control over Android devices throu...View
llm-mcpA Ruby gem that exposes Large Language Models (LLMs) via the Model Context Protocol (MCP), enabling...View
LimetestLimetest is the most light weight end to end testing framework with AI capabilities that can run in...View