context-portal

Context Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.

GitHub Stars

619

User Rating

Not Rated

Favorites

0

Views

72

Forks

65

Issues

16

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.8 or higher
FastAPI: Latest version
SQLite: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/GreatScottyMac/context-portal
cd context-portal

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
uvicorn main:app --host 0.0.0.0 --port 8000

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Unable to connect to the database Solution: Ensure SQLite is installed correctly.

Additional Resources