Loading languages...
AD

AdLibML/mcpserver

@AdLibML2

A simple MCP (Model Context Protocol) server project implementing three services—**math**, **weather**, and **brave search**—using FastAPI, FastMCP, and Docker.

math
weather
brave search
fastapi
docker

# mcpServer Config

{
  "mcpServers": {
    "math": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "mcpserver-math_server"
      ],
      "transport": "stdio"
    },
    "weather": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "mcpserver-weather_server"
      ],
      "transport": "stdio"
    },
    "brave": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "-e",
        "BRAVE_API_KEY= YOUR_API_KEY",
        "mcpserver-brave_server"
      ],
      "transport": "stdio"
    }
  }
}
Transport:
stdio
sse
भाषा:
Python
बनाया गया:4/18/2025
अद्यतन किया गया:5/22/2025
मुखपृष्ठ:
https://github.com/AdLibML/mcpserver