tero-mcp-lite
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TERO_TOKENS | No | Whitespace/comma-separated token:scope list, e.g., 's3cr3t:read other:refresh'. Required unless TERO_TOKENS_FILE is set. | |
| TERO_INDEX_PATH | No | Path to the Tero index.json file. Defaults to 'docs/tero-index/index.json'. | |
| TERO_TOKENS_FILE | No | Path to a file containing the token:scope list (same format as TERO_TOKENS). |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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