Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python MCP Server

Complete FastMCP starter with Streamable HTTP, stdio, tools, resource, prompt, tests, Docker, Kubernetes/EKS and CI.

Quick start

python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
cp .env.example .env
python-mcp-server

MCP endpoint: http://localhost:8000/mcp

Local stdio

python-mcp-server-stdio

Test

pytest -q

Docker

docker compose up --build

Included tools

  • get_job_status
  • get_job_errors
  • get_kafka_consumer_lag
  • get_application_health

Docs

See docs/ARCHITECTURE.md, docs/DEPLOYMENT.md, and docs/SECURITY.md. Replace sample service responses with your real integrations before production.

About

No description, website, or topics provided.

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages