Skip to main content
Glama
ngojclee

remote-agent-connector

by ngojclee

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REMOTE_AGENT_BIND_HOSTYesHost interface to bind to (e.g., 0.0.0.0)
REMOTE_AGENT_BIND_PORTYesPort to bind to (e.g., 3030)
REMOTE_AGENT_DATABASE_URLYesDatabase URL for the remote agent (e.g., postgres://... or sqlite:///...)
REMOTE_AGENT_HUB_AUDIENCEYesAudience for the hub (e.g., remote-agent-connector)
REMOTE_AGENT_ALLOWED_HOSTSYesComma-separated list of allowed hosts (e.g., remote-agent-mcp-connector:3030,127.0.0.1:3030,localhost:3030,10.21.4.101:3051)
REMOTE_AGENT_PRIVATE_MCP_URLYesPrivate MCP endpoint URL (e.g., http://remote-agent-mcp-connector:3030/mcp)
REMOTE_AGENT_ALLOW_SQLITE_DEVNoSet to 1 to allow SQLite for local development only
REMOTE_AGENT_MCP_BEARER_TOKENYesBearer token for MCP authentication
REMOTE_AGENT_PUBLIC_RELAY_URLYesPublic relay WebSocket URL (e.g., wss://10.21.4.101:3051/relay)
REMOTE_AGENT_ALLOW_INSECURE_HTTPNoSet to 1 to allow insecure HTTP for local development only
REMOTE_AGENT_HUB_DELEGATION_SECRETYesSecret used for hub delegation
REMOTE_AGENT_OPERATOR_BEARER_TOKENYesBearer token for operator authentication

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/ngojclee/remote-agent-connector'

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