Back to Home
tairqaldy icon

codearchitect-mcp

Verified Safe

by 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

Run Command
npx -y codearchitect-mcp@latest

Environment 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

Stats

Interest Score41
Security Score9
Cost ClassLow
Avg Tokens381
Stars5
Forks0
Last Update2025-12-01

Tags

AI AssistantConversation StorageDeveloper ToolsKnowledge ManagementContext Management