A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Automatically generate database models, GraphQL schema, REST endpoints, MCPs, SDKs and tests from Pydantic models.

This documentation is best viewed using Obsidian with the custom plugin included in this repository. The plugin automatically hides folders without documentation, providing a clean, focused view of all available documentation.
Setup:
hide-folders-without-md) will automatically activateDocumentation can also be viewed directly in your text editor or GitHub, though you won't benefit from the cross-referencing and visualization features that Obsidian provides.
git clone git@github.com:JamesonRGrieve/ServerFramework.git
cd ServerFramework
pip install -r requirements.txt
python3 src/app.py
APP_NAME=MyApp
SERVER_URI=http://localhost:1996
APP_EXTENSIONS=email,auth_mfa,database,payment
When adding new documentation:
LAYER.Component.mdThis framework provides:
For a comprehensive overview, start with Framework.md
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba