Back to Home

PhiSHRI_MCP

by Stryk91

Overview

Provides persistent context 'doors' (JSON bundles) to AI models, allowing them to resume work across sessions, maintain state, and access a structured knowledge base without re-explaining everything.

Installation

Run Command
./target/release/phishri-mcp

Environment Variables

  • PHISHRI_PATH
  • PHISHRI_AGENT_ID
  • PHISHRI_SESSION_ID
  • PHISHRI_SESSION_ROOT
  • PHISHRI_LOG

Security Notes

The Rust server code itself (`phishri-mcp`) appears to be a robust stdio-based application with no direct network listening, dynamic code execution (like `eval`), or hardcoded secrets. It primarily handles file I/O for its knowledge base and session data. However, the project's recommended 'Quick Install' command in the `README.md` uses PowerShell's `Invoke-Expression` (`iex`) on an external script (`install.ps1`). Executing `iex` on a remote script is a critical security vulnerability, allowing arbitrary code execution on the user's machine. This significantly lowers the overall safety rating for users following the recommended setup instructions.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-11-25

Tags

AIContext ManagementSession ContinuityKnowledge BaseDeveloper Tools