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
MCP Server StarterView
MKPMKP is a Model Context Protocol (MCP) server for Kubernetes that allows LLM-powered applications to...View
Composer Package README MCP ServerView
PyPI Query MCP ServerView
Recent Go MCP ServerAn MCP (Model Context Protocol) server that provides comprehensive Go language updates and best prac...View
MCP Hot-ReloadView