user-mcp-server

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

  1. Clone the repository
  2. Install dependencies:
    npm install
    
  3. Run the development server:
    npm run server:dev
    

Development Scripts

  • npm run server:build - Build the TypeScript code
  • npm run server:dev - Run the development server
  • npm 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