We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/avanomme/mcp_mac'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
config.yaml•417 B
# MCP Server Configuration
# Server settings
host: localhost
port: 8080
# Security settings
secret_key: "your-secret-key-here" # Change this in production!
token_expire_minutes: 30
# Plugin settings
plugins_dir: "plugins"
enabled_plugins:
- system_info
# Add more plugins here as they are created
# Logging settings
log_level: INFO
log_file: "logs/mcp.log"
# API settings
api_prefix: "/api"
rate_limit: 100