Skip to main content
Glama
raditotev

AgentTrust

by raditotev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoPort for HTTP transport (default: 8000)8000
JSON_LOGSNoOutput logs in JSON format (default: false)false
LOG_LEVELNoLogging level (default: INFO)INFO
REDIS_URLNoRedis connection string (e.g., redis://localhost:6379/0)redis://localhost:6379/0
ENVIRONMENTNoEnvironment: 'development' or 'production' (default: development)development
DATABASE_URLNoPostgreSQL connection string (e.g., postgresql+asyncpg://agent_trust:agent_trust@localhost:5432/agent_trust)postgresql+asyncpg://agent_trust:agent_trust@localhost:5432/agent_trust
AUTH_PROVIDERNoAuthentication provider: 'agentauth', 'standalone', or 'both' (default: both)both
MCP_TRANSPORTNoMCP transport: 'stdio' or 'streamable-http' (default: stdio)stdio
DISPUTE_PENALTYNoPenalty applied to score for upheld disputes (default: 0.03)0.03
SIGNING_KEY_PATHNoPath to the server's Ed25519 signing key file (e.g., keys/service.key)keys/service.key
AGENTAUTH_MCP_URLNoURL of the AgentAuth MCP serverhttps://agentauth.radi.pro/mcp
SCORE_HALF_LIFE_DAYSNoHalf-life for exponential time decay of interaction weights (default: 90)90
ATTESTATION_TTL_HOURSNoDefault time-to-live for attestations in hours (default: 24)24
AGENTAUTH_ACCESS_TOKENNoAccess token for registering scopes with AgentAuth (optional for self-hosting)

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/raditotev/agent-trust'

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