project-context

E-Hae/project-context
★ 1 stars TypeScript Code/Dev Tools Updated today
Local MCP server for deterministic project code, document, and handoff context.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "project-context": {
      "command": "npx",
      "args": [
        "-y",
        "E-Hae/project-context"
      ]
    }
  }
}