Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OLLAMA_PORTNoPort for Ollama server (default 11434)
CHROMADB_PORTNoPort for ChromaDB server (default 8321)

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
memorize_pdf_fileA

Chunk the contents of a PDF file into meaningful segments and store them in memory for later retrieval based on relevance in meaning, not just keywords.

Args:
    ctx (Context): The context of the request.
    file_path (str): The path to the PDF file.
    page (int, optional): The starting page number to read from the PDF file. Defaults to 0.
    metadata (dict, optional): Metadata to associate with the memorized content.

Returns:
    str: A message indicating success or failure of the operation.
greet_userC

Greet the user with their name and the server's name.

Returns:
    str: A greeting message.
memorize_multiple_textsB

Memorize multiple texts for later retrieval based on relevance in meaning, not just keywords.

Args:
    texts (list): A list of texts to memorize.
Returns:
    str: A message indicating success or failure of the operation.
memorize_textC

Memorize a text for later retrieval based on relevance in meaning, not just keywords.

Args:
    text (str): The text to memorize.
Returns:
    str: A message indicating success or failure of the operation.
remember_similar_textsA

Query memory for texts similar in meaning to the query text.

Args:
    query_text (str): The text to find similar meanings for.
    n_results (int): The number of results to return. This is recommended to be more than 10.
Returns:
    str: A human-readable string with the results and their relevance.

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/renl/mcp-rag-local'

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