architecture-pattern-mcp
by olk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONFIG_PATH | No | Path to config file | ~/.config/architecture-pattern-mcp/config.json |
| EMBEDDER_MODEL | No | TEI model name or path | data/qwen3-embedding-0.6b |
| RETRIEVAL_MODE | No | Retrieval fusion mode | reciprocal_rerank |
| GENERATOR_MODEL | No | Model name | gpt-4o-mini |
| EMBEDDER_API_KEY | No | TEI API key (not needed for local TEI) | not-needed |
| EMBEDDER_BASE_URL | No | TEI server URL | http://127.0.0.1:8080/v1 |
| EMBEDDER_PROVIDER | No | Embedder provider (tei or openai) | tei |
| GENERATOR_API_KEY | Yes | API key for the LLM provider | |
| PATTERN_DIRECTORY | No | Directory for pattern JSON files | ~/.config/architecture-pattern-mcp/pattern |
| GENERATOR_BASE_URL | No | API base URL | https://api.openai.com/v1 |
| GENERATOR_PROVIDER | No | LLM provider (openai, minimax, anthropic, etc.) | openai |
| RETRIEVAL_BM25_TOP_K | No | BM25 retrieval count (0 = full corpus, no limit) | 0 |
| GENERATOR_TEMPERATURE | No | LLM sampling temperature | 0.7 |
| RETRIEVAL_DENSE_TOP_K | No | Dense vector retrieval count (0 = full corpus, no limit) | 0 |
| RETRIEVAL_TOP_K_PATTERNS | No | Number of top patterns to retrieve | 5 |
| RETRIEVAL_MIN_QUALITY_SCORE | No | Early-stop quality threshold | 50.0 |
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
ActivityActive
ResponsivenessNo issues