Skip to content

CharanKairoju/mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Server – AI Assistants with Memory

🚀 A cloud-based platform offering intelligent agents with persistent memory, tailored for students and professionals.

🧠 Features

  • Chat with memory-retaining AI agents
  • Multiple assistant types (Tutor, Resume Reviewer, Career Mentor)
  • Upload notes, resumes, and PDFs
  • Role-based personalization
  • Freemium and API-as-a-Service monetization

📦 Tech Stack

  • Frontend: React.js, Tailwind CSS
  • Backend: FastAPI (Python)
  • Database: PostgreSQL, ChromaDB or Pinecone
  • Auth: Clerk.dev / Firebase
  • Payments: Stripe
  • Analytics: PostHog

🚀 Getting Started

Frontend

cd frontend
cp .env.local.example .env.local
npm install
npm run dev

Backend

cd backend
cp .env.example .env
uvicorn main:app --reload

🧪 PostgreSQL Setup

psql < database/schema.sql

📄 License

MIT

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors