troth
by xgre1
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GF_BIND_HOST | No | The host address the local proxy binds to. Loophack by default; set to 0.0.0.0 to allow remote access (non-loopback requests must present a bearer token). | 127.0.0.1 |
| TROTH_STVC_BYPASS | No | A documented escape hatch for local debugging that bypasses the STVC gate. troth doctor reports it when set. | |
| telemetry_endpoint | No | An optional endpoint to append telemetry counts to. No default endpoint ships; nothing is sent unless this is set in ~/.troth/config.json. | |
| TROTH_NO_MODEL_FETCH | No | Set to 1 to suppress all model/binary downloads (for CI, metered networks, or servers). | |
| TROTH_LLAMA_SERVER_BIN | No | Path to a custom llama-server binary, overriding the pinned llama.cpp release download. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/xgre1/troth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server