We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/luxiaolei/tiger-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[Unit]
Description=Tiger MCP REST API Full Edition
After=network.target
[Service]
Type=simple
User=trader
WorkingDirectory=/home/trader/tiger-mcp
ExecStart=/usr/bin/python3 tiger_rest_api_full.py
Restart=always
RestartSec=10
StandardOutput=append:/home/trader/tiger-mcp/rest_api_full.log
StandardError=append:/home/trader/tiger-mcp/rest_api_full.log
[Install]
WantedBy=multi-user.target