Back to Home
joseph0926 icon

plan-loop

Verified Safe

by joseph0926

Overview

Enables an asynchronous plan review loop between Claude-Code (planner) and Codex (reviewer) by sharing session state on disk.

Installation

Run Command
npx @joseph0926/plan-loop

Environment Variables

  • PLAN_LOOP_STATE_DIR

Security Notes

The server operates primarily through standard I/O (stdio) and manages session state on the local file system (`~/.plan-loop/sessions/`). There is no direct network exposure by the server itself. No usage of `eval` or obvious code obfuscation. No hardcoded sensitive credentials were found. Transitive dependencies for authentication (e.g., `jsonwebtoken` via `@azure/msal-node`) are part of standard SDK usage for the VSCode extension and not directly handled by the core MCP server logic in a risky way. The session files are user-specific, reducing broader system risk.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2026-01-19

Tags

MCP serverAI collaborationplan reviewsession managementNode.js