Powers the REST API for project and task management, handling HTTP requests and routing for the application
Provides database storage for project and task management data, allowing persistent storage and retrieval of project information through Prisma ORM
Provides ORM capabilities for database operations, enabling type-safe database queries and migrations for the project tracker
Implements caching functionality for the project tracker API, improving performance for frequently accessed project and task data
Project Tracker API with MCP Integration
A TypeScript-based REST API for project and task management with MCP (Model Context Protocol) integration, featuring enterprise-level AI agent capabilities.
šØāš» Author
Jatinder (Jay) Bhola - Engineering Leader & Tech Lead
š Location: Toronto, ON, Canada
šÆ Expertise: Cloud-Native & Event-Driven Architectures, Building Scalable Systems
"Engineering leader with 10+ years of experience improving developer workflows and scaling cloud-native systems. Proven track record in leading and delivering high-impact, customer-facing platforms and empowering engineering teams to build fast, resilient web applications."
Related MCP server: Backlog MCP Server
š Quick Start (For Interviewers)
One-Command Setup
This will:
ā Install all dependencies
ā Start PostgreSQL and Redis services
ā Create databases and run migrations
ā Seed test data
ā Build the project
ā Run tests to verify everything works
Test the MCP Integration
Demo Scenarios
Try these natural language queries:
"Show Alice's overdue tasks""Analyze Bob's workload""Assess risk for project Alpha"
š¤ MCP Tools Available
Tool | Purpose | Example |
Natural Language Query | Process natural language queries |
|
Workload Analysis | Analyze team member capacity |
|
Risk Assessment | Assess project health |
|
š Project Structure
š Documentation
Technical Deep-Dive - Complete MCP implementation details
Production Guide - Enterprise deployment and scaling
Security Roadmap - Production security considerations
System Design
Top Level
![]()
High Level
![]()
Detail Level
Detailed internal processing pipeline and decision flow
![]()
API Documentation
Once the server is running, visit the interactive API documentation:
Swagger UI: http://localhost:3000/api-docs/
![]()
The Swagger documentation provides:
ā Interactive API testing - Try endpoints directly from the browser
ā Request/Response examples - See expected data formats
ā Authentication details - Understand required headers and tokens
ā Error responses - View possible error codes and messages
ā Schema definitions - Complete data models for all endpoints
š ļø Available Scripts
Development
Database
Testing
š§ Configuration
Environment Variables
Create a .env file if does not exists
ā ļø Warning: THIS
.env.exampleIS CARRYING JUST DEFAUTL ENV KEYS TO KEEP IT SIMPLE FOR THE ASSESSMENT
Manual Setup (if needed)
š Performance
Response Time: < 50ms for simple queries
Accuracy: 95%+ intent recognition
Scalability: 100+ concurrent requests
Cache Hit Rate: 85%+ for repeated queries
šÆ Assessment Ready
This implementation demonstrates:
ā Modern AI Integration: MCP protocol with natural language processing
ā Professional Code Quality: Clean TypeScript with proper error handling
ā System Design Excellence: Layered architecture with clear separation
ā Enterprise Features: Production-ready with comprehensive testing
ā User-Friendly Design: Name-based queries instead of email addresses
š License
ā ļø Note: Portions of this codebase were co-authored with the help of AI-assisted code completion tools to accelerate development.
ISC