Skip to main content
Glama
mcp-self-learning.service1.7 kB
[Unit] Description=MCP Self-Learning Server Documentation=https://github.com/saralegui-solutions/mcp-self-learning-server After=network.target network-online.target Wants=network-online.target 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_AUTO_START=true Environment=MCP_LEARN_PORT=8765 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/mcp-self-learning-server.js # API service (optional, can be enabled separately) # ExecStartPost=/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=512M TasksMax=1024 # 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-self-learning [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