Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TERO_TOKENSNoWhitespace/comma-separated token:scope list, e.g., 's3cr3t:read other:refresh'. Required unless TERO_TOKENS_FILE is set.
TERO_INDEX_PATHNoPath to the Tero index.json file. Defaults to 'docs/tero-index/index.json'.
TERO_TOKENS_FILENoPath to a file containing the token:scope list (same format as TERO_TOKENS).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
identifyB

Server identity, version, and whether the Layer-2 gate is open.

query_by_idA

Exact lookup by corpus id (RFC-0034, M-1015, DN-87, an issue id).

query_by_statusB

All rows with a given status (Accepted, todo, done, …).

query_by_kindC

All rows of a given kind (rfc, adr, note, issue, section, …).

cross_refC

Breadth-first walk of depends_on/doc_refs edges from a start id/anchor.

text_searchA

Ranked free-text search over id/title/summary.

citeD

Citations only for a query (kind + its args, as query_*).

explainC

EXPLAIN trace only for a query (kind + its args, as query_*).

refreshB

Reload the served index from disk (requires the refresh scope).

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/tzervas/tero-mcp'

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