mcp-server

mcp-server

0

The project provides installation and setup guidelines for an MCP server, offering various components that can be run and managed via a Docker or Python environment. It includes client-side usage instructions for MCP companion tools.

mcp-server

pip install uv

uv init

Create environment

uv venv

Activate the environment

.venv\Scripts\activate

uv add "mcp[cli]"

mcp inspector

uv run mcp dev server/weather.py

install weather in Claude app

uv run mcp install server/weather.py

client side

uv add mcp-use uv add langchain-groq uv pip install fastembed uv run server/client.py

Docker commands

docker build -t mcp-server .