Skip to main content
Glama
vmridulmcpfy

my-mcp-1

by vmridulmcpfy

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: http

Upstream 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 4000 or PORT=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

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    Exposes 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
    -
  • A
    license
    A
    quality
    B
    maintenance
    MCP 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.
    2
    16
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Exposes 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.
    -