Skip to main content
Glama

Polymarket MCP

by ozgureyilmaz
MIT License
10
  • Apple
  • Linux
polymarket-mcp.service1.14 kB
[Unit] Description=Polymarket MCP Server Documentation=https://github.com/0x79de/polymarket-mcp After=network.target network-online.target Wants=network-online.target [Service] Type=simple User=polymarket Group=polymarket WorkingDirectory=/opt/polymarket-mcp ExecStart=/usr/local/bin/polymarket-mcp Restart=always RestartSec=10 StartLimitInterval=300 StartLimitBurst=5 # Environment configuration Environment=RUST_LOG=info Environment=POLYMARKET_LOG_LEVEL=info Environment=POLYMARKET_CACHE_ENABLED=true Environment=POLYMARKET_CACHE_TTL=60 EnvironmentFile=-/etc/polymarket-mcp/.env # Security hardening NoNewPrivileges=true PrivateTmp=true ProtectSystem=strict ProtectHome=true ReadWritePaths=/var/log/polymarket-mcp ReadOnlyPaths=/etc/polymarket-mcp RuntimeDirectory=polymarket-mcp RuntimeDirectoryMode=0755 LogsDirectory=polymarket-mcp LogsDirectoryMode=0755 # Resource limits LimitNOFILE=8192 MemoryHigh=512M MemoryMax=1G TasksMax=4096 # Process management KillMode=mixed KillSignal=SIGTERM TimeoutStopSec=30 # Logging StandardOutput=journal StandardError=journal SyslogIdentifier=polymarket-mcp [Install] WantedBy=multi-user.target

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/ozgureyilmaz/polymarket-mcp'

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