ToolBox MCP Server
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Integrations
Supports integration with GitHub for continuous integration, automated deployment, and version release
Utilizes GitHub Actions for automated deployment and continuous integration in the tool development workflow
Provides enterprise-grade integration with MongoDB for data storage and retrieval as part of the automation platform
ToolBox MCP Server
An AI-powered automation tool development platform, providing:
𧊠Modular Architecture - Tool hot-reloading via the src/tools
directory
đ¤ AI Assistance - AI engine for natural language to tool template conversion
đ Enterprise-Grade Capabilities - Integration of production environment services such as MongoDB/Redis/SSH
đ Real-time Updates - Zero-downtime deployment via buildReload_tool
Contributing
Contributing Guidelines (English) Contributing Guidelines (ä¸ć)
Features
Tools
View the complete tool specifications and detailed documentation: TOOL.md
Resources
Resources are generated dynamically as a result of tool execution. For example, the create_note
tool creates a note resource that can be accessed via its URI.
Workflow Tool
The workflow_tool
is a powerful tool for orchestrating complex workflows by chaining together multiple tools. It supports:
- Serial and Parallel Execution: Execute tools in a sequential or parallel manner.
- Transaction Management: Manage transactions with compensation mechanisms for error handling.
- Detailed Reporting: Generate detailed reports on workflow execution, including the status, execution time, and results of each step.
- Customizable Output: Specify an output file to save the workflow execution report.
Prompts
summarize_notes
: Generates summaries of the notes created using thecreate_note
tool.
Development Guide
Adding New Tools
Detailed Development Process
- Template Creation: Create a new tool file in the
src/tools/
directory - AI Verification: Automatically check the parameter Schema compliance
- Test Generation: Generate test cases based on the function description
- Security Review: Static code analysis and dependency checking
- Continuous Integration: Automated deployment via GitHub Actions
View the complete development guide: prompt.md Refer to existing implementations: Tool Examples
Development
Install dependencies:
Build the server:
For development with auto-rebuild:
Marketplace Submission
A Seamless Integrated Automation Toolkit for Claude Desktop
Installation
To integrate with the Claude Desktop application, add the following server configuration to:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
Core Values
đ Enterprise-Grade Automation Leveraging package.json configuration, providing:
- Global CLI tool installation (
tbx
command) - Workflow scheduling engine
- Multi-platform support (Windows/macOS)
- Hybrid cloud deployment capabilities (MongoDB/Redis/SSH)
đ§ Developer-Friendly
- Strongly-typed TypeScript implementation
- Real-time debugging support (--inspect flag)
- VSCode debugging configuration template
- Hot-reloading mechanism:Implemented by calling
buildReload_tool
:- Zero-downtime updates
- Automatic dependency tree parsing
- Version compatibility check
- Sandbox environment testing
Debugging
Debugging MCP servers can be challenging due to their stdio communication. Here are a few approaches:
đ§ Disclaimers
Sensitive Data
DO NOT CONFIGURE CONTAINERS WITH SENSITIVE DATA. This includes API keys, database passwords, etc.
Any sensitive data exchanged with the LLM is inherently compromised, unless the LLM is running on your local machine.
Legal Liability â ď¸
- â ď¸ The tool is provided "as-is" under MIT License without warranties
- â ď¸ Developer not liable for direct/indirect damages
- â ď¸ Users bear all risks from improper container configurations
- â ď¸ Any illegal or destructive usage is strictly prohibited
- â ď¸ See LICENSE for full terms
- Node.js Inspector: Launch the server with the
--inspect=9229
flag:
Then, connect to the server using Chrome DevTools by navigating to chrome://inspect
.
- MCP Inspector: Utilize the MCP Inspector, a dedicated debugging tool accessible via the
inspector
npm script: - VSCode Debugging
To debug with VSCode, create a .vscode/launch.json
file with the following configuration:
Then, launch the server with the --inspect=9229
flag and attach the VSCode debugger.
This server cannot be installed
An AI-powered automation platform providing modular tool development with hot-reloading capabilities, enterprise-grade integrations, and workflow orchestration for Claude Desktop.