Skip to main content
Glama

Recursive Companion MCP

.env.example994 B
# AWS Configuration AWS_REGION=us-east-1 # AWS credentials should be configured via AWS CLI or IAM roles # Bedrock Model Configuration BEDROCK_MODEL_ID=anthropic.claude-3-sonnet-20240229-v1:0 BEDROCK_EMBEDDING_MODEL=amazon.titan-embed-text-v2:0 # Server Configuration MCP_SERVER_NAME=recursive-companion LOG_LEVEL=INFO # Rate Limiting RATE_LIMIT_WINDOW=60 RATE_LIMIT_MAX_CALLS=10 # Model Parameters DEFAULT_CONVERGENCE_THRESHOLD=0.98 MAX_ITERATIONS=10 MAX_PROMPT_LENGTH=10000# Recursive Companion MCP Configuration # AWS Configuration AWS_REGION=us-east-1 AWS_ACCESS_KEY_ID=your-access-key-here AWS_SECRET_ACCESS_KEY=your-secret-key-here # Model Configuration BEDROCK_MODEL_ID=anthropic.claude-3-sonnet-20240229-v1:0 EMBEDDING_MODEL_ID=amazon.titan-embed-text-v1 # Refinement Configuration MAX_ITERATIONS=10 CONVERGENCE_THRESHOLD=0.98 PARALLEL_CRITIQUES=3 # Security Configuration MAX_PROMPT_LENGTH=10000 MIN_PROMPT_LENGTH=10 REQUEST_TIMEOUT=300 # Logging Configuration LOG_LEVEL=INFO

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/democratize-technology/recursive-companion-mcp'

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