Skip to main content
Glama
config.yaml477 B
app: name: MCP Document Processor version: 0.1.0 log_level: INFO models: document_classifier: model_name: "bert-base-uncased" threshold: 0.75 entity_extractor: model_name: "bert-base-uncased" confidence_threshold: 0.65 summarizer: model_name: "t5-small" max_length: 150 mcp: memory: type: "in_memory" # Options: in_memory, redis, database ttl: 3600 # Time to live in seconds context: max_size: 10000 compression: True

Latest Blog Posts

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/arifazim/MCP_Document_Classifer'

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