julianclinton/demo-mcp-server
3.1
If you are the rightful owner of demo-mcp-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.
The Model Context Protocol (MCP) server is a specialized server designed to facilitate communication and data exchange between machine learning models and various client applications.
demo-mcp-server
Setup
- Copy
.env.template
to.env
and update any environment variables
cp .env.template .env
- Create a virtual environment:
uv venv
- Activate it:
source .venv/bin/activate
- Install packages:
uv sync
Running the MCP server
Locally
Run with:
./start.sh
Docker
Ensure the local image is built:
./scripts/build-image.sh
Run it with Docker:
docker compose up
Check that image is running:
docker ps
You can bash into the image with:
docker exec -it CONTAINER_ID bash
Using MCP Inspector
You can verify the MCP Server using the MCP Inspector:
npx @modelcontextprotocol/inspector