Skip to main content
Glama
vmridulmcpfy

my-mcp-server

by vmridulmcpfy

my-mcp-server

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 Server

Cursor / Claude Desktop (stdio)

{
  "mcpServers": {
    "my-mcp-server": {
      "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

  • A
    license
    Not graded
    quality
    D
    maintenance
    A simple MCP server that exposes a createUser tool to add users to a local JSON file via stdio transport.
    152
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    A minimal demo MCP server exposing user management tools (list, get, create, update, delete users) over both stdio and HTTP/SSE transports, wrapping an Express REST API to illustrate local vs remote MCP connectivity.
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables creation of MCP servers with both stdio and HTTP transports, providing CRUD tools, resources, and prompts for user management, along with a CLI client for testing and integration.
    -