Skip to main content
Glama
vmridulmcpfy

my-mcp-2

by vmridulmcpfy

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: 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: MCP Usuarios DB

Cursor / Claude Desktop (stdio)

{
  "mcpServers": {
    "my-mcp-2": {
      "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
    Not graded
    quality
    D
    maintenance
    Enables 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.
    -
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server for managing users in PostgreSQL, enabling CRUD operations and search via natural language commands.
    -
  • 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.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables user creation and retrieval through MCP tools, resources, and prompts, with Google Gemini integration for natural language interaction.
    867
    MIT