Skip to main content
Glama
NickM-27

Barkeeper

by NickM-27

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BARKEEPER_HOSTNoInterface to bind127.0.0.1
BARKEEPER_PORTNoPort to bind8000
BARKEEPER_DB_PATHNoSQLite file path; use :memory: for a throwaway database
BARKEEPER_TRANSPORTNoTransport to use: stdio, http, or ssestdio
BARKEEPER_ALLOWED_HOSTSNoComma-separated allowlist of hosts; enables DNS-rebinding protection
BARKEEPER_ALLOWED_ORIGINSNoComma-separated allowlist of origins; enables DNS-rebinding protection

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
list_inventoryA

List everything on the bar shelf, grouped by category.

add_itemA

Add one bottle, mixer, or garnish to the bar.

Call this when the user buys or acquires something, once per item. Adding something already on the shelf just updates its category.

remove_itemA

Remove an item from the bar, because it ran out or was thrown away.

list_recipesA

List every saved recipe with its ingredients, but without the method.

This is the cheap overview — use get_recipe for the full instructions of one drink.

get_recipeA

Get one recipe in full, with ingredients and the method.

save_recipeB

Save a cocktail recipe worth keeping, or update one already saved.

delete_recipeB

Delete a saved recipe.

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/NickM-27/mcp-barkeeper'

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