mcp-server

mcp-server

1

This project provides a minimalistic example of building and deploying an MCP server using FastAPI and Chroma DB. It guides users on setting up the server, configuring API keys, populating a database with sample data, and running queries.

Simple MCP Server Example

A minimalistic example to demonstrate how to build and deploy a Model Context Protocol (MCP) server using FastAPI and Chroma DB.

Getting Started

  • Clone the repository and install dependencies.
  • Set up a Python virtual environment.
  • Configure the OpenAI API key and start the server.
  • Use curl or Postman for testing.
  • Populate ChromaDB with sample data.
  • Execute and query the MCP server.