wtinydb-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wtinydb-mcpValidate my Pydantic model for WTinyDB"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wtinydb-mcp: Model Context Protocol Server for WTinyDB
wtinydb-mcp is an official Model Context Protocol (MCP) server built on top of FastMCP that equips AI agents with tools to architect, validate, scaffold, and generate code for WTinyDB (TinyDB + Pydantic document database engine).
Key Technologies & Libraries
MCP Protocol: Open standard connecting AI models to external tools and context.
FastMCP: Python framework for fast MCP server implementation.
WTinyDB: Pydantic-powered document database engine on top of TinyDB.
Pydantic v2: Data schema validation and Python AST inspection.
Pytest: Modern Python testing framework.
Pytest-Cov: Code coverage measurement for pytest.
Docker: Containerized test execution environment.
Related MCP server: AI Code Toolkit
MCP Tools Exposed
validate_model_schema(model_code: str): Validates Pydantic document models for WTinyDB compatibility.search_wtinydb_pattern(query: str): Searches the official wisrovi SUITE catalog for WTinyDB architectural patterns.deploy_wtinydb_scaffolding(target_dir: str, project_name: str, scaffold_type: str): Deploys project scaffolding with repository, config, models, and tests.get_wtinydb_architect_blueprints(): Returns code reference and blueprints for WTinyDB features.get_wtinydb_architect_manual(): Returns the comprehensive WTinyDB architecting manual.generate_wtinydb_crud(model_code: str): Automatically generates repository CRUD class for Pydantic models.
Running Unit Tests & Coverage
Local Pytest Execution
# Install editable package
pip install -e .
# Run pytest test suite
pytest tests/
# Calculate code coverage
./scripts/run_coverage.shDocker Containerized Test Execution
./scripts/run_tests_docker.shPart of the wisrovi SUITE ecosystem.
This server cannot be deployed
Maintenance
Related MCP Connectors
Design domain models and generate deterministic multi-stack code, driven by your coding agent.
- busabaseOAuthcom.busabase
Database for your AI agent. Turn its output into data, docs, skills, and apps you can actually use.
Public agentic AI doctrine tools plus authenticated architecture, design, and spec validators.
An agent-native database over MCP: shared, validated, structured records in every AI chat.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables LLMs to create, query, and manage MongoDB-compatible databases using natural language without actual data storage. Uses statistical modeling to generate realistic data on-the-fly from sample documents or descriptions.84-
- AlicenseNot gradedqualityBmaintenanceEnables AI coding agents to generate standardized code using scaffolding templates, enforce architectural patterns, and validate outputs programmatically. Supports creating projects from boilerplates and adding features to existing codebases while maintaining team conventions.163AGPL 3.0

MarkdownLM MCP Serverofficial
FlicenseAqualityCmaintenanceProvides a persistent memory and governance layer that allows AI coding agents to query documented architecture rules and validate code against team standards. It enables agents to verify compliance across categories like security and testing before suggesting changes to ensure consistency across development sessions.317-- FlicenseNot gradedqualityBmaintenanceEnables AI agents to index, search, and retrieve architectural documentation and store self-learning notes from codebases.1-