Skip to main content
Glama

MCP Webcam Server

by evalstate
package.json2.23 kB
{ "name": "@llmindset/mcp-webcam", "version": "0.2.2", "type": "module", "publishConfig": { "access": "public" }, "bin": { "mcp-webcam": "dist/server.js" }, "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/evalstate/mcp-webcam.git" }, "license": "MIT", "bugs": { "url": "https://github.com/evalstate/mcp-webcam/issues" }, "homepage": "https://github.com/evalstate/mcp-webcam#readme", "scripts": { "dev": "vite", "build": "tsc -b && vite build && tsc -p tsconfig.server.json", "start": "node dist/server.js", "start:streaming": "node dist/server.js --streaming", "lint": "eslint .", "preview": "vite preview", "prepublishOnly": "npm run build", "postbuild": "node -e \"process.platform !== 'win32' && require('child_process').execSync('chmod +x dist/server.js')\"" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.2", "@radix-ui/react-checkbox": "^1.3.2", "@radix-ui/react-dropdown-menu": "^2.1.15", "@radix-ui/react-select": "^2.1.4", "@radix-ui/react-slot": "^1.1.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "express": "^4.21.2", "lucide-react": "^0.473.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-webcam": "^7.2.0", "sonner": "^1.7.2", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", "zod-to-json-schema": "^3.24.1" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/express": "^5.0.3", "@types/node": "^22.15.31", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "eslint": "^9.18.0", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", "postcss": "^8.5.1", "tailwindcss": "^3.4.17", "typescript": "~5.6.2", "typescript-eslint": "^8.18.2", "vite": "^6.0.5" }, "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977" }

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/evalstate/mcp-webcam'

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