MamidiNithin11/user-mcp-server
3.1
If you are the rightful owner of user-mcp-server 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.
A TypeScript-based Model Context Protocol (MCP) server implementation with user management capabilities.
MCP Server Implementation
A TypeScript-based Model Context Protocol (MCP) server implementation with user management capabilities.
Features
- User Management System
- MCP Protocol Integration
- JSON-based Data Persistence
- TypeScript Implementation
Technical Stack
- Node.js
- TypeScript
- Model Context Protocol (MCP)
- JSON Storage
Getting Started
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run server:dev
Development Scripts
npm run server:build
- Build the TypeScript codenpm run server:dev
- Run the development servernpm run server:inspect:win
- Run with MCP inspector (Windows)npm run server:inspect:unix
- Run with MCP inspector (Unix)
Project Structure
src/
├── server.ts # Main server implementation
└── data/
└── users.json # User data storage
License
ISC