Empower custom Python tools with a hot-reloadable scripting engine accessible via an MCP proxy server.
Sponsored
Black Orchid transforms an MCP server into a versatile, hackable scripting engine, enabling users to effortlessly integrate and manage custom Python tools. It functions as a hot-reloadable MCP proxy, safely loading modules via `importlib` and automatically discovering functions as callable tools. Designed primarily for Claude Code but compatible with any MCP-enabled setup, Black Orchid allows for dynamic tool creation, script execution, and API wrapping, fostering a highly adaptable and extensible environment for automation and interaction.
主要功能
01Auto-discovers tools from Python modules
02Collision detection for duplicate function names
03Public and private module support
04Safe module loading using `importlib` (not `exec`)
05Hot-reloadable MCP proxy server
060 GitHub stars
使用案例
01Integrate custom Python utilities and wrap APIs for AI agents
02Automate tasks and extend functionality within MCP-enabled environments
03Dynamically develop and test new scripts and tools with hot-reloading capabilities