Awesome MCP FastAPIServer

MR-GREEN1337
GitHub
MCPFastAPIAI Tools

Loading subscription status...

💡 Description

Awesome MCP FastAPI is a production-ready implementation of the Model Context Protocol (MCP) integrated with the robust FastAPI ecosystem to enhance and extend standard MCP functionalities. This project provides an improved tool registry system that facilitates the creation, management, and documentation of AI tools for large language models (LLMs).

📝 JSON Entries

{
  "mcpServers": [
    {
      "awesome-mcp-fastapi": {
        "env": {
          "env_var_name": ".env"
        },
        "args": [
          "src.main:app",
          "--reload"
        ],
        "command": "uvicorn"
      }
    }
  ]
}

🛠️ Tools

FastAPIDocker

Features

  • Enhanced tool registry
  • Auto-documentation generation
  • Asynchronous support

💬 Example Queries

  • You can perform calculations using the calculator tool. Try calculating 42 * 13.