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
Chrome DevTools MCP ServerView
Terragrunt-DocsView
Replicate FLUX.1 Kontext [Max]View
Command-Line MCP ServerView
MCP Image ExtractorMCP server for extracting and converting images to base64 for LLM analysis.View
DALL-E Image GeneratorAn MCP (Model Context Protocol) server for generating images using OpenAI's DALL-E API.View