Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
USE_UVYesSet to 1 to use uv, 0 otherwise
LOCAL_LLM_MODELYesThe model name to use with the local LLM (e.g., llama3.2)
LOCAL_LLM_BASE_URLYesThe base URL of the local LLM server (e.g., http://localhost:11434/v1)

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
read_doc_contentsA

Read the contents of a document and return it as a string.

edit_documentB

Edit a document by replacing a string in the documents content with a new string

Prompts

Interactive templates invoked by user choice

NameDescription
formatRewrites the contents of the document in Markdown format.

Resources

Contextual data attached and managed by the client

NameDescription
list_docs

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/KrishnaMuddala/cli_project_local_llm'

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