loading…
Search for a command to run...
loading…
Provides tools for retrieving user data, including listing all users and fetching a specific user by name.
Provides tools for retrieving user data, including listing all users and fetching a specific user by name.
A Model Context Protocol (MCP) server implementation that provides tools for user data management.
git clone https://github.com/fujahgabriel/simple-mcp-server.git
cd simple-mcp-server
npm install
To build the TypeScript files:
npm run build
This will:
build directoryTo watch for changes and automatically rebuild:
npm run watch
To inspect and test your MCP server tools:
npm run build
npm run inspector
http://localhost:5173To use this MCP server with Cursor, you need to configure it in your MCP settings. Add the following configuration to your ~/.cursor/mcp.json:
{
"my-mcp-server": {
"math": {
"command": "node",
"args": ["build/index.js"]
}
}
}
Make sure to:
npm run buildRetrieves a list of all users.
Retrieves a specific user by name.
Parameters:
user: string - The name of the user to retrievemcp-server/
├── build/ # Compiled JavaScript files
├── index.ts # Main server implementation
├── package.json # Project dependencies and scripts
└── tsconfig.json # TypeScript configuration
@modelcontextprotocol/sdk: MCP SDK for server implementationdotenv: Environment variable managementtypescript: TypeScript compilerzod: Runtime type validationMIT
Run in your terminal:
claude mcp add simple-mcp-user-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.