Skip to main content
Glama
orneryd

M.I.M.I.R - Multi-agent Intelligent Memory & Insight Repository

by orneryd
env.copilot828 B
# Copilot API Configuration Example # Copy to project root as .env to use: cp docs/examples/env.copilot .env # LLM API (Copilot - OpenAI-compatible) MIMIR_LLM_API=http://copilot-api:4141 MIMIR_LLM_API_PATH=/v1/chat/completions MIMIR_LLM_API_MODELS_PATH=/v1/models MIMIR_LLM_API_KEY=dummy-key # Embeddings API (Copilot - OpenAI-compatible) MIMIR_EMBEDDINGS_API=http://copilot-api:4141 MIMIR_EMBEDDINGS_API_PATH=/v1/embeddings MIMIR_EMBEDDINGS_API_MODELS_PATH=/v1/models MIMIR_EMBEDDINGS_API_KEY=dummy-key # Provider Configuration MIMIR_DEFAULT_PROVIDER=copilot MIMIR_DEFAULT_MODEL=gpt-4.1 # Embeddings Configuration MIMIR_EMBEDDINGS_ENABLED=true MIMIR_EMBEDDINGS_PROVIDER=copilot MIMIR_EMBEDDINGS_MODEL=text-embedding-3-small MIMIR_EMBEDDINGS_DIMENSIONS=1536 MIMIR_EMBEDDINGS_CHUNK_SIZE=768 MIMIR_EMBEDDINGS_CHUNK_OVERLAP=10

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/orneryd/Mimir'

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