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
Sleep MCP ServerA Model Context Protocol (MCP) server that provides a simple sleep/wait tool. Useful for adding dela...View
MCP Command ServerA Model Context Protocol (MCP) server that enables secure command execution on the host system. This...View
Starwind UIView
BundlerMCPA Model Context Protocol (MCP) server enabling AI agents to query information about dependencies in...View
LAML MCP ServerParse and validate LAML (YAML-based markup language) documents through Model Context Protocol.View
CodeBase OptimizerA sophisticated Model Context Protocol (MCP) server that provides comprehensive codebase analysis, o...View