Skip to main content
Glama

Academiadepolitie.com MCP Server

by razvan1326
SERVER_SETUP.md730 B
# Comenzi pentru setup pe server ## 1. În directorul /opt/mcp-server/ pe server: ```bash # Instalează dependințele Node.js (IMPORTANT - lipseau!) npm install # Verifică că toate dependințele sunt instalate npm list # Setează permisiuni corecte chmod 755 oauth-bridge.php chown -R nobody:nobody . # Restart service systemctl restart remote-mcp systemctl status remote-mcp --no-pager ``` ## 2. Test că funcționează: ```bash # Test Node.js direct curl -s "http://127.0.0.1:3000/health" # Test prin Apache curl -s "https://127.0.0.1:8443/health" -k ``` ## Problema principală: Serverul Node.js nu pornește pentru că **lipsesc dependințele npm**! Trebuie să rulezi `npm install` în `/opt/mcp-server/` pe VPS.

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/razvan1326/mcp-server'

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