my-mcp-1
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-1List 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-1
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: users
Cursor / Claude Desktop (stdio)
{
"mcpServers": {
"my-mcp-1": {
"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
Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.
- SkycloakOAuthio.skycloak
Managed Keycloak from any MCP client: clusters, realms, apps, SSO, users, domains, audit events.
Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.
MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.
Related MCP Servers
FlicenseAqualityCmaintenanceExposes user, membership, and role administration tools via MCP, acting as a thin passthrough to a coordinator API with RBAC enforced by the coordinator using caller bearer tokens.8-- AlicenseAqualityBmaintenanceMCP server that serves tools for interacting with a users API over stdio, supporting operations like finding users. It provides a validated configuration and structured logging for building MCP-based user management workflows.216MIT
- 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.-
- FlicenseNot gradedqualityCmaintenanceEnables managing ZenTao users through MCP, including token retrieval, current user info, user listing, creation, update, and deletion, over stdio or Streamable HTTP.-