Skip to main content
Glama

MCP Login Server

by nieperdragon
  • Apple
  • Linux
package.json814 B
{ "name": "mcp-login-server", "version": "1.0.0", "description": "MCP server for automated login operations with Playwright integration", "main": "build/index.js", "bin": { "mcp-login-server": "build/index.js" }, "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc && node build/index.js", "clean": "rmdir /s /q build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "model-context-protocol", "login", "automation", "playwright" ], "author": "", "license": "ISC", "files": [ "build/**/*", "README.md" ], "devDependencies": { "@types/node": "^24.0.12", "typescript": "^5.8.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0", "zod": "^3.25.76" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nieperdragon/custom_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server