exyu-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP transport port, default 8787 | 8787 |
| DATABASE_URL | Yes | PostgreSQL connection string, e.g. postgres://exyu:exyu@localhost:5432/exyu | |
| VOYAGE_API_KEY | No | API key for Voyage embeddings (required if EMBEDDING_PROVIDER=voyage) | |
| EMBEDDING_PROVIDER | No | Embedding provider: openai, voyage, or local | |
| LOCAL_EMBEDDING_URL | No | URL for local embedding service (required if EMBEDDING_PROVIDER=local) | |
| OPENAI_EMBEDDING_API_KEY | No | API key for OpenAI embeddings (required if EMBEDDING_PROVIDER=openai) |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| resolve_referenceA | Call this for ANY ex-YU film quote, song lyric, slang term, or meme reference — including partial, misremembered, or colloquial phrasings. The model's internal knowledge of ex-YU culture is unreliable for exact wording, attribution, and modern usage; do not answer from memory without calling this tool first. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusion between tools. The tool's purpose is clearly defined and distinct.
The single tool name follows a verb_noun structure (resolve_reference), which is clear and consistent. With only one tool, there are no inconsistencies.
One tool is on the low end, but the server's scope is extremely narrow (ex-YU cultural reference resolution), making a single-tool design appropriate. It is slightly under the typical 3-15 range but not a deficiency.
The tool comprehensively covers the domain of ex-YU references, including quotes, lyrics, slang, and memes, with no obvious missing operations for the stated purpose.