We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/campfirein/cipher'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
cipher.yml•1.07 KiB
# Strict Memory Layer Configuration
# Pure memory service for external agents focused on retrieval and storage
# LLM Configuration - Using Claude 3.5 Sonnet for reliable memory operations
llm:
provider: openai
model: gpt-4o-mini # Optimized for structured responses and memory tasks
apiKey: $OPENAI_API_KEY
# System Prompt - Focused memory layer operations
systemPrompt: |
You are a **MEMORY LAYER** focused ONLY on these two tasks:
**RETRIEVAL OPERATIONS:**
- Primarily use cipher_search_memory to retrieve information, if user input contains reasoning steps, use cipher_search_reasoning_patterns
- Include comprehensive details of all retrieved information
- Organize information clearly with proper categorization
**STORAGE OPERATIONS:**
- Don't run any storage tool such as cipher_extract_and_operate_memory becaue these tools are run automatically in the background
- Respond as quickly as possible to optimize latency for external clients
- Confirm what will be stored in a concise manner or give a concise summary of the stored information
mcpServers: {}