Stryk91/PhiSHRI_MCP
If you are the rightful owner of PhiSHRI_MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
PhiSHRI MCP Server provides AI agents with instant context loading through a knowledge base of curated JSON files, known as 'doors', to ensure session continuity and reduce token waste.
PhiSHRI MCP Server (ps1 installer confirmed working , potential user config issues , backup files first)
Semantic knowledge base for AI session continuity. Access 450+ context "doors" to maintain state across sessions.
Quick Install
One-liner (recommended):
irm https://raw.githubusercontent.com/Stryk91/PhiSHRI/main/install.ps1 | iex
This downloads the pre-built binary + knowledge base and configures Claude Desktop automatically.
GUI Installer: Download from Releases and run the installer.
Other methods:
- mcpb (MCP Builder)
- DXT extension package
- Manual configuration
See Installation Guide for all options.
What It Does
PhiSHRI provides persistent context "doors" - JSON bundles your AI can load to resume work without re-explaining everything.
"Open door T01" → Loads MCP development context
"Open door E05" → Loads retry/error handling patterns
"Open door S01" → Loads security best practices
450+ doors across 8 categories: Security, Workflows, Architecture, Tools, Agents, Projects, Errors, Deployment.
Why Use It
| Without PhiSHRI | With PhiSHRI |
|---|---|
| Re-explain project context every session | Load door, continue where you left off |
| Waste tokens on repetitive setup | Pre-built context bundles |
| Context drift over long projects | Persistent semantic anchors |
| Each agent starts fresh | Shared knowledge base |
Tools Available
Once installed, your AI has access to:
| Tool | Purpose |
|---|---|
open_door | Load a specific context door |
search_doors | Find relevant doors by keyword |
list_categories | Browse available categories |
save_session | Checkpoint current progress |
load_session | Resume from checkpoint |
Building From Source
Only if you need to modify the server:
git clone https://github.com/Stryk91/PhiSHRI_MCP
cd PhiSHRI_MCP
cargo build --release
Binary outputs to target/release/phishri-mcp.exe
Links
- Main Repo - Knowledge base + installers
- Documentation
- Issues
License
MIT