by allmonday · MCP Server · ★ 318
Pydantic Resolve A tool for building Domain layer modeling and use case assembly. 中文版 What is this? pydantic-resolve is a Pydantic-based declarative data assembly tool that enables you to build complex data structures with concise code, without writing tedious data fetching and assembly logic. Beyond data assembly, it also provides: GraphQL Support: Auto-generate GraphQL schemas from ERD definitions and execute queries with dynamic Pydantic model creation MCP Integration: Expose GraphQL APIs to AI agents via Model Context Protocol with progressive disclosure support It solves three core problems: Eliminate N+1 queries: Built-in DataLoader automatically batches related data loading, no manual batch query management needed Clear layered architecture: Entity-First design keeps business concepts independent of data storage, database changes no longer affect API contracts Elegant data composition: Handle cross-layer data
| Stars | 318 |
| Forks | 11 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 60.13/100 |
| Open Issues | 3 |
| Last Updated | 2026-03-27 |
| Created | 2023-03-07 |
| Platforms | mcp, python |
| Est. Tokens | ~309k |
These tools work well together with pydantic-resolve for enhanced workflows:
Explore other popular mcp server tools:
pydantic-resolve is A tool for building domain layer modeling and use case assembly.. It is categorized as a MCP Server with 318 GitHub stars.
pydantic-resolve is primarily written in Python. It covers topics such as bff, fastapi, fullstack.
You can find installation instructions and usage details in the pydantic-resolve GitHub repository at github.com/allmonday/pydantic-resolve. The project has 318 stars and 11 forks, indicating an active community.
pydantic-resolve is released under the MIT license, making it free to use and modify according to the license terms.