We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keyurgolani/ThoughtMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"default_mode": "balanced",
"enable_emotion": true,
"enable_metacognition": true,
"enable_prediction": true,
"working_memory_capacity": 7,
"episodic_memory_size": 1000,
"semantic_memory_size": 5000,
"consolidation_interval": 300000,
"noise_level": 0.1,
"temperature": 0.7,
"attention_threshold": 0.3,
"max_reasoning_depth": 10,
"timeout_ms": 30000,
"max_concurrent_sessions": 100,
"confidence_threshold": 0.6,
"system2_activation_threshold": 0.4,
"memory_retrieval_threshold": 0.3
}