Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Angular Bootstrap MCP Servercreate a new user model with fields name, email, and role"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server
This project is a Microservices Communication Protocol (MCP) server application built with TypeScript and Node.js. It acts as the backend for handling API requests, managing data models, and facilitating communication between microservices.
Features
TypeScript-based backend for type safety and maintainability
Organized project structure with controllers, routes, and models
Easily extensible for new endpoints and data models
Simple configuration and startup process
Related MCP server: Drupal-Modules-MCP MCP Server
Project Structure
Prerequisites
Installation
Install dependencies:
Running the Server
To start the server in production mode:
To start the server in development mode with auto-reload (if using nodemon):
Scripts
npm start— Compiles TypeScript and starts the servernpm run dev— Starts the server with hot-reloading (requires nodemon)npm run build— Compiles TypeScript to JavaScript
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
License
This project is licensed under the MIT License.