mcp-complete-guide-first-server

osc707/mcp-complete-guide-first-server

3.1

If you are the rightful owner of mcp-complete-guide-first-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Model Context Protocol (MCP) server is a specialized server designed to handle requests and responses in a structured format, facilitating seamless communication between different components of a system.

Installation instructions

Add the following command

{
  "mcpServers": {
    "AddNumbers": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/osc707/mcp-complete-guide-first-server.git",
        "mcp-server"
      ]
    }
  }
}