@xiaolei.shawn/mcp-server
Freeby MCP Community
Fully local MCP server for AI agent session recording, trust review, evidence graph analysis, forensic input ingestion, and a locally served dashboard.
v0.6.1Added Apr 12, 2026
mcpmodel-context-protocolauditagentlocal-first
@xiaolei.shawn/mcp-server MCP Server
Fully local MCP server for AI agent session recording, trust review, evidence graph analysis, forensic input ingestion, and a locally served dashboard.
Installation
Reviews
Installation
Quick install
npx -y @xiaolei.shawn/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@xiaolei.shawn/mcp-server": {
"command": "npx",
"args": ["-y", "@xiaolei.shawn/mcp-server"]
}
}
}