exyu-mcp
by easingthemes
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) |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/easingthemes/exyu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server