codearchitect-mcp
Verified Safeby tairqaldy
Overview
Automatically saves and retrieves AI conversation sessions from IDEs (Cursor, VS Code) to provide context continuity and build a searchable knowledge base for developers.
Installation
npx -y codearchitect-mcp@latestEnvironment Variables
- CODEARCHITECT_SESSIONS_DIR
Security Notes
The server uses `validatePath` to prevent directory traversal attacks by ensuring all file operations occur strictly within designated, fixed base directories (`~/.codearchitect/sessions/` and `~/.codearchitect/exports/`) or explicitly provided `projectDir` paths, which are also validated. No `eval` or obvious obfuscation was found. Communication is via the Model Context Protocol (likely IPC/stdio), reducing direct network attack surface. File system access is carefully managed within the user's home directory.
Similar Servers
CodeGraphContext
An MCP server that indexes local code into a Neo4j graph database to provide real-time, accurate context and relationship analysis to AI assistants for understanding, writing, and refactoring code.
conductor-tasks
Conductor Tasks is an intelligent assistant for developers, transforming requirements into actionable tasks, generating implementation plans, tracking progress, and accelerating AI-powered development directly within the workflow. It serves as a comprehensive AI co-pilot for the development process.
context-sync
Provides persistent memory and context management for AI development across various tools and projects, including Notion integration for documentation.
responsible-vibe-mcp
Guides AI coding agents through structured engineering workflows and manages long-term project memory and documentation for various development tasks.