Skip to main content
Glama

MCP Auth

by rubenpenap
package.json2.4 kB
{ "name": "mcp-auth", "private": true, "epicshop": { "title": "MCP Auth 🔐", "subtitle": "Build remote MCP servers with users", "sidecarProcesses": { "EpicMeApp": "npm run dev --silent --prefix ./epicshop/epic-me -- --clearScreen=false --logLevel=error --strictPort" }, "githubRepo": "https://github.com/epicweb-dev/mcp-auth", "instructor": { "name": "Kent C. Dodds", "avatar": "/images/instructor.png", "𝕏": "kentcdodds" }, "stackBlitzConfig": { "view": "editor", "terminalHeight": "0", "hidedevtools": "1", "hideNavigation": "1" }, "onboardingVideo": "https://www.epicai.pro/get-started-with-epic-ai-workshops", "product": { "host": "www.epicai.pro", "slug": "day-7-8-mcp-auth", "displayName": "EpicAI.pro", "displayNameShort": "Epic AI", "discordChannelId": "1409600723716411494", "discordTags": [ "1409601169801871410", "1409601460185989231" ] } }, "type": "module", "scripts": { "postinstall": "cd ./epicshop && npm install && cd ./epic-me && npm install", "start": "npx --prefix ./epicshop epicshop start", "dev": "npx --prefix ./epicshop epicshop start", "update": "npx --prefix ./epicshop epicshop update", "test": "npm run test --silent --prefix playground", "test:e2e": "npm run test:e2e --silent --prefix playground", "test:e2e:dev": "npm run test:e2e:dev --silent --prefix playground", "test:e2e:run": "npm run test:e2e:run --silent --prefix playground", "setup": "node ./epicshop/setup.js", "setup:custom": "node ./epicshop/setup-custom.js", "lint": "eslint .", "format": "prettier --write .", "typecheck": "tsc -b", "validate:all": "npm-run-all --parallel --print-label --print-name --continue-on-error test:all lint typecheck" }, "keywords": [], "author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com/)", "license": "GPL-3.0-only", "workspaces": [ "exercises/*/*", "examples/*", "epicshop/mcp-dev", "epicshop/epic-me/workers/db/client" ], "engines": { "node": ">=22.13.0", "npm": ">=8.16.0", "git": ">=2.18.0" }, "devDependencies": { "@epic-web/config": "^1.21.3", "eslint": "^9.37.0", "prettier": "^3.6.2", "typescript": "^5.9.3" }, "prettier": "@epic-web/config/prettier" }

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/rubenpenap/mcp-auth'

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