Back to Home
SynTaek icon

code-trajectory-mcp

Verified Safe

by SynTaek

Overview

Provides LLMs with persistent memory of coding history by tracking code evolution in a shadow git repository, enabling session continuity and flow-based development.

Installation

Run Command
uvx --from git+https://github.com/SynTaek/code-trajectory-mcp.git code-trajectory-mcp

Security Notes

The server primarily interacts with the local filesystem and a hidden Git repository (.trajectory) via the gitpython library. It does not contain direct use of 'eval', obfuscation, or hardcoded secrets. Network interactions are confined to the local MCP server communication. The primary security consideration is the potential for a compromised AI client to instruct the server to track arbitrary paths, though the system's design (requiring a local `git init` and tracking only specified project paths) limits broader system-level exploitation from the MCP server's side itself.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-05

Tags

LLM ContextCode TrajectoryDeveloper ToolsAI AssistantGit History