
DevContext
Supports UIby aiurda
Continuous, project-centric context awareness for AI agents with autonomous memory and task management.
What it does
DevContext is an MCP server that provides AI agents with a persistent, evolving understanding of a project's codebase and development history. It moves beyond simple RAG by continuously learning from developer patterns, recording milestones, and maintaining a relationship graph of code entities.
Tools
initialize_conversation_context: Sets up a new session with project context.update_conversation_context: Syncs new messages and code changes to the context.retrieve_relevant_context: Fetches specific snippets based on query and relevance scoring.record_milestone_context: Persists significant achievements or architectural decisions.finalize_conversation_context: Extracts learnings and suggests next steps at session end.
Installation
Add to your MCP configuration:
{
"mcpServers": {
"devcontext": {
"command": "npx",
"args": ["-y", "devcontext@latest"],
"env": {
"TURSO_DATABASE_URL": "your-turso-database-url",
"TURSO_AUTH_TOKEN": "your-turso-auth-token"
}
}
}
}
Supported hosts
Confirmed for Cursor and Windsurf.
Quick install
npx -y devcontext@latestInformation
- Pricing
- free
- Published
- 4/24/2026
- stars






