Allows creation of new projects using the create-xmcp-app template from GitHub.
Supports package management and script execution for development and production environments.
Provides efficient package management option for dependency installation and script execution.
Provides TypeScript integration for defining and implementing tools with type safety.
Offers alternative package management for installing dependencies and running scripts.
Enables schema validation for tool parameters using Zod's validation library.
BaseHub MCP
This project was created with create-xmcp-app. The MCP (Model Context Protocol) integration enables AI agents to interact directly with your BaseHub repository through a comprehensive set of tools. From creating and updating content blocks to managing assets and automating workflows, you can build functional websites, migrate hardcoded content, and set up forms—all through natural language prompts with your favorite AI tools.
This was part of our AI Week venture. Learn more in our changelog
How to use it
You can check the user documentation in basehub.com/dcos/ai/mcp
Development
First, run the development server:
This will start the MCP server with both SSE and STDIO transport methods.
Project Structure
This project uses the structured approach where tools are automatically discovered from the src/tools
directory. Each tool is defined in its own file with the following structure:
Adding New Tools
To add a new tool:
- Create a new
.ts
file in thesrc/tools
directory - Export a
schema
object defining the tool parameters using Zod - Export a
metadata
object with tool information - Export a default function that implements the tool logic
Building for Production
To build your project for production:
This will compile your TypeScript code and output it to the dist
directory.
Running in Production
To run your bundled MCP server in production:
Learn More
This server cannot be installed
A server that leverages the XMCP framework to discover and execute tools from the src/tools directory, supporting both SSE and STDIO transport methods for interaction.
Related MCP Servers
- -securityAlicense-qualityThis MCP server allows you to connect MCP clients with Toolhouse's tools.Last updated -8PythonMIT License
MCP-YNU FastMCP Serverofficial
-securityAlicense-qualityA dynamic MCP server implementation that automatically loads tools, resources, and prompts from their respective directories, allowing for easy extension and configuration.Last updated -PythonMIT License- -securityFlicense-qualityAn MCP server that allows users to create custom tools on the fly by stitching together actions from multiple MCP tools into reusable routines.Last updated -1451TypeScript
- -securityFlicense-qualityA modular and extensible tool server built on FastMCP that supports multiple tools organized across files and communicates via MCP protocol.Last updated -Python