Skip to main content
Glama

MCP User Management Server

by TalissonFV

MCP Test Project

This is a simple user management service built with Node.js, TypeScript, and the Model Context Protocol (MCP).

Prerequisites

  • Node.js
  • npm

Getting Started

  1. Clone the repository:
    git clone <repository-url>
  2. Install dependencies:
    npm install
  3. Build the project:
    npm run server:build
  4. Run the server in development mode:
    npm run server:dev

Available Scripts

  • npm test: Runs the test suite (currently empty).
  • npm run server:build: Compiles the TypeScript code to JavaScript.
  • npm run server:build:watch: Compiles the TypeScript code in watch mode.
  • npm run server:dev: Runs the server in development mode using tsx.
  • npm run server:dev:watch: Runs the server in development mode with watch mode enabled.
  • npm run server:inspect: Inspects the server using the MCP inspector.

Project Structure

. ├── build/ # Compiled JavaScript files ├── node_modules/ # Project dependencies ├── src/ # TypeScript source code │ ├── data/ │ │ └── users.json # User data │ └── server.ts # MCP server implementation ├── package.json # Project metadata and dependencies ├── tsconfig.json # TypeScript configuration └── ...

API

The server exposes the following functionalities through the Model Context Protocol:

Resources

  • get-users (users://all): Retrieves a list of all users.

Tools

  • create-user: Creates a new user with the following parameters:
    • name (string)
    • email (string)
    • password (string)
    • address (string)
    • phone (string)
Install Server
-
security - not tested
F
license - not found
-
quality - not tested

A simple user management service that enables creating new users and retrieving user lists through the Model Context Protocol. Supports user creation with name, email, password, address, and phone parameters.

  1. Prerequisites
    1. Getting Started
      1. Available Scripts
        1. Project Structure
          1. API
            1. Resources
            2. Tools

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that provides tools for code modification and generation via Large Language Models, allowing users to create, modify, rewrite, and delete files using structured XML instructions.
            Last updated -
            12
            1
            Python
            MIT License
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A dynamic service that creates and manages Model Context Protocol (MCP) servers, allowing users to spawn, customize, and control multiple MCP servers as child processes.
            Last updated -
            5
            2
            86
            TypeScript
            MIT License
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that enables performing PostgreSQL database operations (create, read, update, delete) on User and Post entities through MCP tools.
            Last updated -
            TypeScript
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol service for comprehensive email management that supports multiple email providers, with complete functionality for viewing, organizing, and batch processing emails.
            Last updated -
            10
            • Apple
            • Linux

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/TalissonFV/mcp-test'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server