Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
get_docsA

Search the latest docs for a given query and library. Supports langchain, openai, and llama-index.

Args: query: The query to search for (e.g. "Chroma DB") library: The library to search in (e.g. "langchain")

Returns: Text from the docs

setup_chroma_dbA
Set up a ChromaDB vector database with LangChain integration.

Args:
    texts: List of text strings to be embedded and stored in the vector database.
    metadatas: Optional list of metadata dictionaries corresponding to each text.
    persist_directory: Optional directory path to persist the vector database.
                      If None, an in-memory database will be created.

Returns:
    Dict containing retriever info and success status.
query_chroma_dbA
Query a ChromaDB vector database using LangChain integration.

Args:
    query: The query string to search for in the vector database.
    persist_directory: Directory path where the vector database is persisted.
    top_k: Number of top results to return (default: 3).

Returns:
    List of retrieved documents with their content and metadata.
chroma_db_demoB
Demonstrate the ChromaDB vector database with LangChain integration.

Args:
    sample_texts: Optional list of sample texts to use for demonstration.
                 If not provided, default sample texts will be used.

Returns:
    Results of setting up and querying the ChromaDB vector database.

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/seonokkim/mcp-server'

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