InstructionX

KKPIP-Tech/InstructionX
★ 2 stars Python Code/Dev Tools Updated today
基于 PySide6 的插件式桌面应用框架,支持 LLM 集成、MCP 协议(Server/Client)、多会话管理与热插拔插件系统
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "instructionx": {
      "command": "uvx",
      "args": [
        "instructionx"
      ]
    }
  }
}

Or install with pip: pip install instructionx