Skip to main content
Glama
mcp-learning-api.service1.56 kB
[Unit] Description=MCP Self-Learning API Server Documentation=https://github.com/saralegui-solutions/mcp-self-learning-server After=network.target network-online.target mcp-self-learning.service Wants=network-online.target Requires=mcp-self-learning.service StartLimitIntervalSec=300 StartLimitBurst=5 [Service] Type=simple User=ben Group=ben WorkingDirectory=/home/ben/saralegui-solutions-llc/shared/MCPSelfLearningServer Environment=HOME=/home/ben Environment=NODE_ENV=production Environment=MCP_LEARN_PORT=8765 Environment=MCP_LEARN_HOST=localhost Environment=PATH=/home/ben/.nvm/versions/node/v24.5.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin # Main service command ExecStart=/home/ben/.nvm/versions/node/v24.5.0/bin/node /home/ben/saralegui-solutions-llc/shared/MCPSelfLearningServer/api/rest-server.js # Service management ExecReload=/bin/kill -HUP $MAINPID ExecStop=/bin/kill -TERM $MAINPID KillMode=mixed KillSignal=SIGTERM TimeoutStartSec=30 TimeoutStopSec=10 # Restart policy Restart=on-failure RestartSec=10 RestartPreventExitStatus=SIGKILL # Resource limits LimitNOFILE=65536 LimitNPROC=4096 MemoryMax=256M TasksMax=512 # Security hardening NoNewPrivileges=true ProtectSystem=strict ProtectHome=false ReadWritePaths=/home/ben/saralegui-solutions-llc/shared/MCPSelfLearningServer ReadWritePaths=/tmp/mcp-learning-shared PrivateDevices=true ProtectKernelTunables=true ProtectControlGroups=true # Logging StandardOutput=journal StandardError=journal SyslogIdentifier=mcp-learning-api [Install] WantedBy=default.target

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/saralegui-solutions/mcp-self-learning-server'

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