mcp-server
If you are the rightful owner of 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 mcp-server is a model context protocol server designed to facilitate the integration and management of machine learning models using the MCP framework.
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 .