README.md
A specialized toolchain for building Python FastAPI and Supabase backends.
A specialized toolchain that guides AI agents through a structured 'Atomic Development' workflow for building Python FastAPI and Supabase backends. It manages project scaffolding and enforces dependency-ordered generation of database models, API routes, and tests.
Configuration
claude_desktop_config.json
{"mcpServers":{"mcp-fastapi":{"command":"uv","args":["run","mcp-fastapi"]}}}Try it
→Scaffold a new FastAPI project using the Atomic Development workflow.
→Generate database models for a user authentication system using Supabase.
→Create dependency-ordered API routes for my Python backend project.
→Set up a structured testing suite for my FastAPI application.