Skip to main content
Glama
yh008

AI App MCP

by yh008

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_LOG_LEVELNoLog level.INFO
MCP_SERVER_NAMENoThe name of the MCP server.ai-app-mcp
MCP_KNOWLEDGE_DIRNoDirectory containing knowledge files../knowledge
MCP_MAX_TEXT_CHARSNoMaximum number of characters for text.12000

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
health_checkA

Return server health and runtime configuration.

normalize_user_queryC

Normalize user text before retrieval, routing, or agent planning.

search_knowledge_baseC

Search local knowledge files by keyword.

get_documentB

Read a document from the configured knowledge directory.

build_rag_promptB

Build a grounded RAG prompt from a question and retrieved context.

Prompts

Interactive templates invoked by user choice

NameDescription
rag_answer_promptReusable prompt template for grounded RAG answers.

Resources

Contextual data attached and managed by the client

NameDescription
runtime_configExpose safe runtime configuration.

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/yh008/Mcp'

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