Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLNoPostgreSQL connection string. Defaults to local Postgres.
OLLAMA_MODELNoThe Ollama model to use. Must be exactly 'qwen2.5:7b'.qwen2.5:7b
APP_SECRET_KEYNoUsed for dashboard sessions and credential encryption. Set a real random value outside development.
SHOPIFY_SCOPESNoComma-separated list of Shopify Admin API scopes. Must include read_products, read_inventory, read_orders, write_draft_orders, read_customers.
OLLAMA_BASE_URLNoBase URL of the local Ollama server used by the agent runtime.
RAZORPAY_KEY_IDNoRazorpay test mode key ID for real payment processing. Optional; without it, money-moving tools fail with a clear configuration message.
RAZORPAY_KEY_SECRETNoRazorpay test mode key secret. Required when RAZORPAY_KEY_ID is set.
SHOPIFY_SHOP_DOMAINNoShopify store domain (e.g. your-store.myshopify.com) for real catalog/orders. When unset, a demo catalog is used.
SHOPIFY_ACCESS_TOKENNoAdmin API access token for the Shopify store. Required when SHOPIFY_SHOP_DOMAIN is set.
RAZORPAY_WEBHOOK_SECRETNoSecret used to verify Razorpay webhook signatures for payment reconciliation.

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/PR-HARIHARAN/agent_commerce'

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