myfirstmcpserver
0
The project is a local server built using the Model Context Protocol (MCP) to integrate custom tools. It offers network and user tools for server connectivity and management.
My First MCP Server
This project implements a local server based on Model Context Protocol (MCP), designed to facilitate the integration of custom tools through an efficient and modular protocol.
š¦ Requirements
- Node.js v14 or higher
- npm (Node.js package manager)
š Project Structure
src/
āāā config/ # Server configuration files
āāā tools/ # Available tools and utilities
āāā index.js # Main server entry point
š ļø Implemented Tools
The server exposes a set of tools accessible through MCP:
-
š Network Tools
ping
: Verifies server connectivityapiStatus
: Checks the status of an external API
-
š¤ User Tools
- Functions for user management and administration through a local API that is dedicated to
Made by Enrique Rodriguez Vela