🧠 Copilot Memory MCP Server
✅ Server is running and ready to store memories!
📡 API Endpoints
GET /api/health
Check server health status
POST /api/knowledge
Store a new knowledge entry
POST /api/knowledge/search
Search existing knowledge entries
GET /api/knowledge/:id
Retrieve specific knowledge entry
PATCH /api/knowledge/:id
Update existing knowledge entry
DELETE /api/knowledge/:id
Delete knowledge entry
POST /api/knowledge/conflicts
Detect conflicts in knowledge entries
🔧 How to Use
This is the documentation site for the Copilot Memory MCP system. To use the server:
- Local Development: Run the MCP server locally using the built-in Node.js server
- Install VSCode Extension: Install the extension from the repository
- Configure Storage: Choose local, server, or hybrid storage in VSCode settings
- Start Using: Begin storing and retrieving memories with GitHub Copilot!
🚀 Quick Start Commands
Build & Run Locally:
cd copilot-memory-mcp && ./build.sh && cd server && npm start
Development Mode:
./dev.sh