Skip to main content
Glama
olk

architecture-pattern-mcp

by olk

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONFIG_PATHNoPath to config file~/.config/architecture-pattern-mcp/config.json
EMBEDDER_MODELNoTEI model name or pathdata/qwen3-embedding-0.6b
RETRIEVAL_MODENoRetrieval fusion modereciprocal_rerank
GENERATOR_MODELNoModel namegpt-4o-mini
EMBEDDER_API_KEYNoTEI API key (not needed for local TEI)not-needed
EMBEDDER_BASE_URLNoTEI server URLhttp://127.0.0.1:8080/v1
EMBEDDER_PROVIDERNoEmbedder provider (tei or openai)tei
GENERATOR_API_KEYYesAPI key for the LLM provider
PATTERN_DIRECTORYNoDirectory for pattern JSON files~/.config/architecture-pattern-mcp/pattern
GENERATOR_BASE_URLNoAPI base URLhttps://api.openai.com/v1
GENERATOR_PROVIDERNoLLM provider (openai, minimax, anthropic, etc.)openai
RETRIEVAL_BM25_TOP_KNoBM25 retrieval count (0 = full corpus, no limit)0
GENERATOR_TEMPERATURENoLLM sampling temperature0.7
RETRIEVAL_DENSE_TOP_KNoDense vector retrieval count (0 = full corpus, no limit)0
RETRIEVAL_TOP_K_PATTERNSNoNumber of top patterns to retrieve5
RETRIEVAL_MIN_QUALITY_SCORENoEarly-stop quality threshold50.0

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/olk/architecture-pattern-mcp-server'

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