pauloherbt/mcp-server-api-wrapper
If you are the rightful owner of mcp-server-api-wrapper and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is designed to manage tasks using a Domain-Driven Design (DDD) approach combined with a Command Factory pattern, and it exposes task operations through a protocol that allows integration with Language Model Machines (LLMs).
API WRAPPER MCP SERVER
This project consists in an api to manage tasks (CRUD) built with DDD + Command factory pattern.
Also have a MCP Server exposing all task operations by tools concept, enabling to LLMs execute them.
How to use:
To run api:
npm run start
To run mcp server
npm run start:mcp
Once you have mcp server running local, just connect to it in your client by:
{
"mcpServers": {
"my-server": {
"command": "npx mcp-remote",
"args": ["http://localhost:4000"]
}
}
}
Tools
- Node
- Model Context Protocol
- Express