📦
Fastapi Fastmcp
simple POC to use Fastapi and fastmcp
0 installs
Trust: 34 — Low
Devtools
Ask AI about Fastapi Fastmcp
Powered by Claude · Grounded in docs
I know everything about Fastapi Fastmcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Run postgres
run docker compose
docker compose up -d
stop docker compose
docker compose down
Install dependencies
uv sync
Run server
uv run server.py
Run client
uv run client.py
Run langgraph agent
copy example env to .env
cp example.env .env
add api key to .env
GEMINI_API_KEY="your google api key"
run langgraph agent
uv run langgraph_demo.py
