We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Platano78/faulkner-db'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
plan-ingestion.service•796 B
[Unit]
Description=Claude Plan Ingestion Service
Documentation=https://github.com/Platano78/faulkner-db
After=network.target
[Service]
Type=oneshot
# User is set dynamically by setup script
User=%i
WorkingDirectory=%h/faulkner-db
ExecStart=%h/faulkner-db/scripts/scheduled_plan_ingestion.sh
StandardOutput=journal
StandardError=journal
# Resource limits
MemoryMax=2G
CPUQuota=50%
[Install]
WantedBy=multi-user.target
# NOTE: This is a template file. The setup script will generate
# a user-specific version with correct paths. To install manually:
#
# 1. Copy to ~/.config/systemd/user/plan-ingestion.service
# 2. Replace %h with your home directory path
# 3. Replace %i with your username
# 4. Run: systemctl --user daemon-reload
# 5. Run: systemctl --user enable --now plan-ingestion.timer