GitHub Repositories
Access the source code for Person App and MCP Server
Person App
Main application with CRUD operations and UI
Production-ready Next.js 16 application with full CRUD operations, dark mode support, and Neon PostgreSQL integration.
Key Features
- • Full CRUD operations for person records
- • Real-time search and filtering
- • Dark mode support
- • Responsive design (mobile & desktop)
- • Server Actions for database mutations
Person App MCP Server
MCP server for Claude Desktop integration
Standalone MCP (Model Context Protocol) server that enables AI agents like Claude Desktop to perform Person CRUD operations through natural language.
MCP Tools
- • createPerson - Create new person records
- • readPerson - Query persons by ID or list all
- • updatePerson - Update existing records
- • deletePerson - Delete person records
Tech Stack
- • Node.js 20.9+
- • @modelcontextprotocol/sdk
- • Prisma ORM v7
- • Neon PostgreSQL
Documentation
Contributing
Both repositories are open source and welcome contributions! Whether it's bug fixes, feature requests, or documentation improvements, feel free to:
- • Fork the repository
- • Create a feature branch
- • Submit a pull request
- • Open issues for bugs or ideas
Licensed under MIT. Feel free to use, modify, and distribute.