PhiSHRI_MCP

Stryk91/PhiSHRI_MCP

3.1

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.

Tools
10
Resources
0
Prompts
0

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 PhiSHRIWith PhiSHRI
Re-explain project context every sessionLoad door, continue where you left off
Waste tokens on repetitive setupPre-built context bundles
Context drift over long projectsPersistent semantic anchors
Each agent starts freshShared knowledge base

Tools Available

Once installed, your AI has access to:

ToolPurpose
open_doorLoad a specific context door
search_doorsFind relevant doors by keyword
list_categoriesBrowse available categories
save_sessionCheckpoint current progress
load_sessionResume 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

License

MIT