Install
$ agentstack add mcp-core3-coder-context-continue-mcp ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Context Continuation MCP Server
[](https://github.com/core3-coder/context-continue-mcp/actions/workflows/ci.yml) [](https://codecov.io/gh/core3-coder/context-continue-mcp) [](https://badge.fury.io/js/context-continue-mcp) [](https://nodejs.org/) [](https://opensource.org/licenses/MIT) [](https://github.com/core3-coder/context-continue-mcp/issues) [](https://github.com/core3-coder/context-continue-mcp/stargazers)
An MCP (Model Context Protocol) server that provides intelligent context management for AI development sessions. Never lose context when hitting token limits again!
Features
- Automatic Context Tracking: Monitor token usage and conversation flow
- Intelligent Session Breaks: Get notified before hitting context limits
- Seamless Restoration: Generate context restoration prompts for new sessions
- Project Management: Track milestones, decisions, and progress across sessions
- File-Based Storage: Human-readable markdown files that work with git
Quick Start
Installation
npm install -g context-continue-mcp
Usage with Claude Desktop
- Add to your Claude Desktop configuration:
{
"mcpServers": {
"context-continue": {
"command": "context-mcp",
"args": ["--project", "/path/to/your/project"]
}
}
}
- Restart Claude Desktop
- Start using context tools in your conversations:
context_start_session- Begin tracking a new sessioncontext_track_message- Track important messagescontext_get_status- Check token usagecontext_restore_session- Generate restoration prompt
Tools Available
Session Management
context_start_session- Start tracking a new context sessioncontext_end_session- End current session with summarycontext_get_status- Get current session and token usage info
Context Tracking
context_track_message- Add message to session trackingcontext_track_progress- Update project progresscontext_add_milestone- Add project milestone
Restoration
context_restore_session- Generate context restoration promptcontext_get_project_summary- Get full project overview
How It Works
- Start a Session: Initialize context tracking for your project
- Track Progress: Important messages and decisions are automatically logged
- Monitor Usage: Get warnings when approaching token limits
- Seamless Continuation: Generate restoration prompts for new sessions
File Structure
The server creates a .context directory in your project:
your-project/
├── .context/
│ ├── config.json
│ ├── project_summary.md
│ ├── sessions/
│ │ ├── session_001_2025-05-31.md
│ │ └── session_002_2025-06-01.md
│ ├── progress/
│ │ ├── milestones.md
│ │ └── decisions.md
│ └── artifacts/
└── your-code/
Quality Assurance
This project maintains high code quality through:
- 🧪 Comprehensive Testing: 43+ unit tests with 95%+ coverage
- 🔄 Continuous Integration: Automated testing on Node.js 18.x, 20.x, 21.x
- 🌍 Cross-Platform: Tested on Ubuntu, Windows, and macOS
- 📊 Code Coverage: Real-time coverage tracking with Codecov
- 🏗️ Build Verification: Automated build and CLI functionality testing
- 📦 Package Validation: Pre-publish testing and compatibility checks
Running Tests
# Run all tests
npm test
# Run tests with coverage
npm run test:coverage
# Run specific test suites
npm test token-counter
npm test session-tracker
npm test context-manager
# Watch mode for development
npm run test:watch
Development
git clone https://github.com/core3-coder/context-continue-mcp
cd context-continue-mcp
npm install
npm run build
npm start
License
MIT - see LICENSE file for details
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: core3-coder
- Source: core3-coder/context-continue-mcp
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.