We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrishayuk/chuk-mcp-math-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
number_theory_only.yaml•760 B
# config/number_theory_only.yaml - Number Theory Focused Configuration
# Configuration for exposing only number theory functions
transport: "http"
port: 8001
# Only enable tools, disable prompts and resources for minimal setup
enable_tools: true
enable_prompts: false
enable_resources: false
# Only number theory domain
domain_whitelist:
- "number_theory"
# Exclude computationally heavy functions
function_blacklist:
- "vampire_numbers" # Can be very slow for large ranges
- "taxi_numbers" # Computationally intensive
- "partition_count" # Slow for large n
cache_strategy: "memory"
cache_size: 2000
computation_timeout: 15.0
server_name: "number-theory-server"
server_description: "Specialized number theory computation server"