15 tools from the Session Forge MCP Server, categorised by risk level.
View the Session Forge policy →data_delete Delete a specific entry from a data store by its index from data_list. Returns the deleted entry for confirmation. 2/5 data_list List stored entries in a data store. Returns numbered summaries for browsing. Use with data_delete to remove specific entries. 2/5 dead_end_record Record a debugging dead end so we don't repeat it. Captures what was tried and why it failed. dead_end_search Search past dead ends to avoid repeating mistakes 2/5 decision_record Record a significant decision made during development. Helps future sessions understand why choices were made. decision_search Search past decisions to understand why things are the way they are 2/5 full_context_recall Get EVERYTHING - user profile, recent sessions, decisions, dead ends. Use when starting fresh to get full context. 2/5 journal_entry Record a session journal entry capturing the journey, not just the task. Call at END of meaningful sessions to preserve context. profile_get Get the current user profile profile_update Update user profile with preferences, notes, or project info. Call when learning something about the user. 2/5 session_checkpoint Save current session state. Call this every 3-5 tool calls to protect against UI crashes. Required: task, intent, next_steps 3/5 session_complete Mark the current session as complete. Call this when a task is finished. 2/5 session_restore Check for interrupted work from a previous session. Call this FIRST at the start of any session. 2/5 The Session Forge MCP server exposes 15 tools across 4 categories: Read, Write, Destructive, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Session Forge server.
Session Forge tools are categorised as Read (9), Write (4), Destructive (1), Execute (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept