mcp-personal-assistant
The MCP Personal Assistant is a minimal personal assistant built using OpenAI's FastMCP. It features web compatibility through FastAPI and SSE, offering tools like a task list and summarizer. The project is constructed with a minimal HTML and JavaScript frontend, making it easy to set up and use.
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
19
Forks
0
Issues
1
MCP Personal Assistant
This project is a minimal personal assistant built with:
- 🧠 OpenAI FastMCP (Model Context Protocol)
- 🚀 FastAPI + SSE for web compatibility
- 🧰 Tools: Task list, summarizer
- 🌐 Minimal HTML + JS frontend
🧪 Quick Start
python -m venv .venv
source .venv/bin/activate # or .venv\Scripts\activate on Windows
pip install -r pyproject.toml
python src/server.py
0
Followers
8
Repositories
0
Gists
0
Total Contributions
DevContext is an autonomous context awareness model designed for developers, functioning as an MCP server. It continuously learns from project-specific contexts and provides relevant information based on development patterns. By deeply understanding the codebase and conversations, it enhances the efficiency of the development workflow.