agent-pattern-mcp
by olk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port for streamable-http transport. | 8051 |
| TRANSPORT | No | MCP transport: stdio or streamable-http. | streamable-http |
| RETRIEVAL_MODE | No | Fusion mode (e.g., simple, reciprocal_rerank). | reciprocal_rerank |
| GENERATOR_MODEL | No | Model name; final model string is <GENERATOR_PROVIDER>/<GENERATOR_MODEL>. | gpt-4o-mini |
| EMBEDDER_BASE_URL | No | TEI embedding endpoint. | http://127.0.0.1:8080 |
| EMBEDDER_PROVIDER | No | Embedder provider (e.g., tei, openai, ollama). | tei |
| GENERATOR_API_KEY | Yes | LLM provider API key (passed to LiteLLM as api_key). Required. | |
| RERANKER_BASE_URL | No | Reranker endpoint (TEI cross-encoder). | http://pattern-tei-rerank:8080 |
| GENERATOR_PROVIDER | No | LiteLLM provider prefix: openai, anthropic, openrouter, etc. See LiteLLM docs. | openai |
| AGENT_PATTERN_JOBS_DB | No | SQLite path for async job state (job trio); ephemeral in Docker. | ~/.config/agent-pattern-mcp/jobs.db |
| GENERATOR_TEMPERATURE | No | LLM temperature (all phases). | 0.1 |
| TASKS_HEARTBEAT_ENABLED | No | Enable heartbeat progress notifications during long tool calls. | true |
| RETRIEVAL_ENABLE_RERANKING | No | Enable TEI cross-encoder reranking. | false |
| TASKS_HEARTBEAT_INTERVAL_SECONDS | No | Heartbeat interval in seconds (keep below client idle timeout). | 30 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues