Skip to main content
Glama

AnyDocs MCP Server

by funky1688
prometheus.ymlโ€ข610 B
global: scrape_interval: 15s evaluation_interval: 15s rule_files: # - "first_rules.yml" # - "second_rules.yml" scrape_configs: - job_name: 'anydocs-mcp' static_configs: - targets: ['anydocs-mcp:8001'] scrape_interval: 15s metrics_path: /metrics - job_name: 'anydocs-mcp-web' static_configs: - targets: ['anydocs-mcp:8000'] scrape_interval: 30s metrics_path: /metrics - job_name: 'prometheus' static_configs: - targets: ['localhost:9090'] alerting: alertmanagers: - static_configs: - targets: # - alertmanager:9093

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/funky1688/AnyDocs-MCP'

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