Ship better docs
in half the time
AI that reads your specs, respects your standards, and proposes changes you can review line-by-line.
No credit card required. Set up in 2 minutes.
See it in action
AI that understands your documents and implements improvements
API Design
Our REST API uses Express.js with TypeScript.
Authentication
All endpoints require a valid JWT token.
The Problem with Current Tools
Generic AI
ChatGPT doesn't know your project context, codebase, or team decisions.
Siloed Docs
Changes just happen in Notion or Google Docs with no accountability or audit trail.
Lost Attribution
Who wrote this paragraph? Was it AI or a human? When was it changed?
Everything you need for AI-powered documentation
A complete platform that combines writing, collaboration, and AI assistance—all with full transparency and control.
AI That Works in Context
Human Control Built In
Markdown-Native Docs
How ContextLoop Works
A simple workflow that keeps you in control while leveraging AI assistance.
Create Project
Set up a workspace. Add documents, specs, and context your AI agents need.
Add Context
Import specs, designs, and reference material. Connect research tools like Exa.
Chat with AI
AI reads your context bundles to give grounded answers. No copy-pasting.
Review Diffs
AI proposes a plan, then generates diffs. Accept or reject line-by-line.
How We Compare
ContextLoop combines the best of documentation tools, AI assistants, and developer platforms.
| Feature | ContextLoop | Notion AI | ChatGPT | Cursor |
|---|---|---|---|---|
Context-aware AI AI understands your project docs, history, and team context | ||||
Document-centric AI chats Team members collaborate with AI in shared chat sessions tied to documents | ||||
AI diff proposals AI suggests changes as reviewable diffs you can accept or reject | ||||
Diff feedback loop AI learns from rejected suggestions to improve future proposals | ||||
Multi-model support Choose between different AI models (GPT, Claude, Gemini, etc.) | ||||
Markdown-native docs Documents stored as portable markdown, not proprietary formats | ||||
AI vs human attribution Version history distinguishes AI-generated from human-written content | ||||
CLI & API access Programmatic access via command-line tools and REST APIs | ||||
MCP server Exposes tools for external AI agents (Claude Code, Cursor) to connect | ||||
AI integrated comments AI participates in document comment threads alongside humans |
Built for developers, by developers
ContextLoop isn't just a web app. It's a platform with CLI, API, and integrations for your existing workflow.
CLI Integration
Upload, download, and manage docs from your terminal.
API Access
Full REST API with personal tokens. Build custom integrations.
Agent-Compatible
Works with Claude Code, Cline, and Cursor. Use your favorite tools.
MCP Server
Expose docs, context, and comments to Claude Code, Cursor, or Cline.
# Sync a folder to your project (no global install)
npx contextloop-cli sync docs/ --project your-project-id
# Preview changes before syncing
npx contextloop-cli sync docs/ --project your-project-id --dry-run
# Or install globally
npm install -g contextloop-cli
contextloop sync docs/ --project your-project-idSecurity and compliance built-in
ContextLoop is built on enterprise-grade infrastructure with security at its core.
Row-Level Security
PostgreSQL RLS ensures data isolation. Users only see what they have access to.
Role-Based Access
Granular permissions from Owner to Viewer. Project and document-level controls.
Complete Audit Trail
Every action logged. Human vs AI attribution. Full version history.
Usage Metering
Track AI consumption per user, project, and model. Set quotas and limits.
Two-Factor Authentication
TOTP-based MFA with QR code enrollment. AAL2 security assurance level.
Data Portability
Markdown-native. Export anytime. No vendor lock-in on your content.
Simple, Usage-Based Pricing
Pay only for what you use. No monthly subscriptions required.
AI Messages
Per-token usage, varies by model
Document Storage
Included up to quota
Team Members
Included up to tier limit
API Access
Included with account
Credit packages: $5, $10, $20, $50, $100
View Full PricingOrganize knowledge for AI
Context Bundles are curated collections of related documents. Toggle them on to give your AI exactly the context it needs—no more, no less.
API Guidelines
REST conventions, error formats, authentication patterns, and versioning rules. AI follows your API standards.
Architecture Docs
System diagrams, data models, and infrastructure specs. AI understands your architecture before suggesting changes.
Style Guide
Writing tone, formatting rules, and terminology standards. AI matches your team's voice automatically.
AI can generate bundles automatically based on your project's content.
Your local agents, your team's context
ContextLoop exposes an MCP server that lets your favorite AI coding tools—Claude Code, Cursor, Cline—access your project's documents, context, and comments.
Read & Edit Documents
Agents can browse your project tree, read specs, and propose edits directly.
Access Project Context
Your curated context bundles are available to any connected agent.
Address Review Comments
Agents can read comments on specs, address feedback, reply, and resolve threads.
Team-Wide Visibility
All agent actions are tracked. Your team sees what changed and who (or what) changed it.
# Add to your Claude Code MCP config
{
"mcpServers": {
"contextloop": {
"command": "npx",
"args": [
"--yes",
"contextloop-mcp@latest"
],
"env": {
"CONTEXTLOOP_PROJECT_ID": "your-project-id",
"CONTEXTLOOP_API_KEY": "your-api-key"
}
}
}
}Works with Cursor, Cline, Windsurf, and any MCP-compatible agent.
Ready to give your docs an AI that actually gets it?
Join teams already using ContextLoop to write better documentation, faster.