MCP User Management Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP User Management Servercreate a new user named John Doe with email john@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Keycloak MCP Server
Getting Started
Clone the repository:
git clone <repository-url>Install dependencies:
npm installBuild the project:
npm run server:buildRun 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 usingtsx.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)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables performing PostgreSQL database operations (create, read, update, delete) on User and Post entities through MCP tools.Last updated576MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables management of Keycloak users and realms through a standardized interface, providing tools for user creation, deletion, role assignment, and group management.Last updated912112MIT
- FlicenseCqualityDmaintenanceA testing server that demonstrates Model Context Protocol features, providing access to user data, todos, and system information through resources, tools for user management and calculations, and prompt templates for various analyses.Last updated4
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables LLMs to interact with user and task data through JSON-RPC, offering tools like user management, task creation, and search functionality.Last updated828
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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