Skip to main content
Glama
hofill
by hofill

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REQUESTREPO_HOSTNoThe host address of the requestrepo server.requestrepo.com
REQUESTREPO_PORTNoThe port for the requestrepo server.443
REQUESTREPO_TOKENNoOptional auth token. If set, it is used. Otherwise a new session is created.
REQUESTREPO_VERIFYNoWhether to verify SSL certificates.true
REQUESTREPO_PROTOCOLNoThe protocol to use (e.g., https).https
REQUESTREPO_MAX_BYTESNoMaximum bytes for binary fields.65536
REQUESTREPO_ADMIN_TOKENNoOptional admin token used when creating a new session.
REQUESTREPO_DEFAULT_TIMEOUT_SECONDSNoDefault timeout in seconds for operations.30

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
session_info

Return session info for the active requestrepo client.

list_requests

List captured requests with optional filtering.

wait_for_request

Poll for a new request until timeout.

delete_request

Delete one request.

delete_all_requests

Delete all requests for the current session.

share_request

Create a share token for a request.

get_shared_request

Resolve a shared request token.

list_dns

List DNS records.

add_dns

Add a DNS record.

remove_dns

Remove DNS records by domain and optional type.

update_dns

Replace the full DNS records set.

list_files

List all file responses.

get_file

Get one file response.

set_file

Set one file response.

update_files

Replace all file responses.

ping

Ping the underlying requestrepo websocket connection.

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/hofill/RequestRepo-MCP'

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