phionyx-mcp-server

halvrenofviryel/phionyx-mcp-server
★ 0 stars Python 🔒 Security Updated 1d ago
MCP trust boundary governance layer — descriptor signing, runtime guardrail, tamper-evident audit chain for MCP-capable hosts. Aligned with arXiv:2512.06556 (Jamshidi et al.) threat taxonomy.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "phionyx-mcp-server": {
      "command": "uvx",
      "args": [
        "phionyx-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install phionyx-mcp-server