Skip to main content
Glama
package.json1.62 kB
{ "name": "82ch", "version": "1.0.0", "description": "MCP Security Framework with Desktop UI", "license": "MIT", "private": true, "scripts": { "dev": "concurrently --kill-others --handle-input \"npm run server\" \"npm run front\" --names \"server,front\" --prefix-colors \"blue,green\"", "server": "node -e \"const {spawn}=require('child_process');spawn(process.platform==='win32'?'python':'python3',['server.py'],{stdio:'inherit',shell:true})\"", "front": "cd front && npm run dev", "restore-config": "node -e \"const {spawn}=require('child_process');spawn(process.platform==='win32'?'python':'python3',['./transports/config_finder.py','--restore'],{stdio:'inherit',shell:true})\"", "install-all": "pip install -r requirements.txt && node -e \"const {execSync}=require('child_process');if(process.platform==='darwin')try{execSync('python3 mcp_python_install_certificates.py',{stdio:'inherit'})}catch(e){}\" && npm install && cd front && npm install --legacy-peer-deps", "kill-server:win": "FOR /F \"tokens=5\" %P IN ('netstat -ano ^| findstr :8282 ^| findstr LISTENING') DO taskkill /PID %P /F", "kill-server:unix": "lsof -ti:8282 | xargs kill -9 2>/dev/null || true", "kill-server": "node -e \"const {execSync}=require('child_process');try{execSync(process.platform==='win32'?'FOR /F \\\"tokens=5\\\" %P IN (\\'netstat -ano ^| findstr :8282 ^| findstr LISTENING\\') DO taskkill /PID %P /F':'lsof -ti:8282 | xargs kill -9',{stdio:'inherit',shell:true})}catch(e){}\"" }, "devDependencies": { "concurrently": "^9.2.1" }, "dependencies": { "all": "^0.0.0" } }

Latest Blog Posts

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/seungwon9201/MCP-Dandan'

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