ContextMine
by mayflower
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | Yes | PostgreSQL connection string (default works with docker compose) | |
| GEMINI_API_KEY | No | Alternative to OpenAI for embeddings | |
| OPENAI_API_KEY | Yes | OpenAI API key for embeddings | |
| SESSION_SECRET | Yes | Secret for session cookies | |
| GITHUB_CLIENT_ID | Yes | GitHub OAuth app client ID | |
| ANTHROPIC_API_KEY | No | For deep_research agent (uses Claude) | |
| METRICS_LANGUAGES | No | Metrics language scope | python,typescript,javascript,java,php |
| POSTGRES_PLATFORM | No | Docker Compose postgres image platform override (default: linux/amd64) | |
| MCP_ALLOWED_ORIGINS | No | CORS origins for MCP in production | |
| METRICS_STRICT_MODE | No | Enforce strict real metrics gate for GitHub syncs | true |
| GITHUB_CLIENT_SECRET | Yes | GitHub OAuth app secret | |
| TOKEN_ENCRYPTION_KEY | Yes | Key for encrypting stored tokens | |
| COVERAGE_INGEST_MAX_PAYLOAD_MB | No | Max multipart payload size for CI coverage uploads | 25 |
| COVERAGE_INGEST_PREFECT_FLOW_NAME | No | Prefect flow name for async coverage ingest | ingest_coverage_metrics |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/mayflower/contextmine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server