mcp_test_server

bgarvey1/mcp_test_server

3.1

If you are the rightful owner of mcp_test_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.

This project implements a Model Context Protocol (MCP) server using the context7 library and FastAPI, designed for easy deployment on external web hosts.

MCP Server with Context7

This project implements a Model Context Protocol (MCP) server using the context7 library and FastAPI. It is designed to be easily deployable on any external web host.

Features

  • MCP-compliant API endpoints
  • FastAPI-based server
  • Easy deployment (Docker-ready)

Setup

  1. python -m venv venv && source venv/bin/activate
  2. pip install -r requirements.txt
  3. uvicorn main:app --reload

Deployment

  • Add deployment instructions for your chosen host (Docker, Render, etc.)

References