py-mcp-server

eliezerraj/py-mcp-server

3.1

If you are the rightful owner of py-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 dayong@mcphub.com.

The Model Context Protocol (MCP) server is a specialized server designed to facilitate communication and data exchange between different components in a distributed system, particularly in environments utilizing machine learning models.

py-mcp-server

py-mcp-server

create venv

python3 -m venv .venv

activate

source .venv/bin/activate

#install dependecies pip install -r requirements.txt

test Local

export POD_NAME=py-mcp-server.localhost-env export HOST=127.0.0.1 export PORT=9002 export SESSION_TIMEOUT=700 export OTEL_EXPORTER_OTLP_ENDPOINT=localhost:4317

forward otel traces/metrics

kubectl port-forward svc/arch-eks-01-02-otel-collector-collector 4317:4317