my-mcp-2
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., "@my-mcp-2list all system users"
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.
my-mcp-2
Self-hosted MCP server generated by MCPfy using mcpfy-sdk.
Includes 2 tool(s) and 0 prompt(s) exported from your MCPfy server.
Setup
npm install # required before npm run dev (installs tsx + mcpfy-sdk)
cp .env.example .env # optional fallback credentials for local/stdio
npm run dev # default transport: httpUpstream API auth
Same model as hosted MCPfy: pass Authorization, x-api-key, or x-auth-token on the MCP HTTP connection; tools forward those headers to your API.
Env vars in .env are only a fallback when the MCP request has no auth headers (e.g. stdio).
npm run dev:http— HTTP on :3000 (override with--port 4000orPORT=4000)npm run dev:stdio— stdio (Claude Desktop / Cursor local)
Related MCP server: MCP Usuarios DB
Cursor / Claude Desktop (stdio)
{
"mcpServers": {
"my-mcp-2": {
"command": "npx",
"args": ["tsx", "/absolute/path/to/src/server.ts", "--stdio"]
}
}
}Learn more
Scaffold your own:
npx create-mcpfy-app@latest
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Build multi-tenant apps over MCP. Schemas, CRUD, deploys — access control enforced server-side.
MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables management of user health profiles with capabilities to list, retrieve, and add user health information. Provides a sample implementation for testing MCP functionality with ChatGPT and other MCP-compatible tools.-
- FlicenseNot gradedqualityBmaintenanceMCP server for managing users in PostgreSQL, enabling CRUD operations and search via natural language commands.-
- FlicenseNot gradedqualityBmaintenanceExposes MCP tools for user CRUD operations (get, list, create, update, delete) by routing requests through shared business logic and an API client, using JSONPlaceholder as the demo backend.-
- AlicenseNot gradedqualityCmaintenanceEnables user creation and retrieval through MCP tools, resources, and prompts, with Google Gemini integration for natural language interaction.867MIT