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
ast-grep MCPAn experimental Model Context Protocol (MCP) server that provides AI assistants with powerful struct...View
ReloaderooView
HyperliquidAn MCP server implementation that integrates the Hyperliquid SDK.View
MCP Server with Ollama IntegrationA simple Model Context Protocol (MCP) server that extends AI capabilities with useful tools for file...View
AI Agent PlaywrightThis is a test ai agent create for playwright MCP server Here i am using playwright-mpc server from...View
Auto API - YApi一个基于 Model Context Protocol (MCP) 的 YApi 接口信息获取工具View