fastmcp-server

endou-mame/fastmcp-server

3.1

If you are the rightful owner of fastmcp-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 henry@mcphub.com.

FastMCP Server is a simple implementation of a Model Context Protocol (MCP) server using FastAPI to provide an API for communication with AI models.

FastMCP Server is designed to facilitate communication between users and AI models through a simple API interface. Utilizing the FastAPI framework, it offers endpoints for sending and receiving messages to and from AI models. The server is highly configurable through environment variables, allowing users to set API keys and select models as needed. It is built to be lightweight and efficient, making it suitable for various applications that require interaction with AI models. The server supports Python 3.9 and above, and requires an API key for services like the Anthropic Claude API.

Features

  • /chat endpoint: Receives user messages and returns responses from the AI model.
  • Environment variable configuration: Allows flexible settings for API keys and model selection.