reins MCP Server
by aruntemme
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OG_STORAGE | No | Set to 'on' to enable 0G Storage snapshots. Optional. | |
| REINS_AUTH | No | Authentication mode: 'off' for local development, 'on' for multi-tenant. Defaults to 'off'. | |
| REINS_LLM_MODEL | No | Model name for inference (e.g., 'gpt-4o'). Optional. | |
| OG_ROUTER_API_KEY | No | API key for 0G Private Computer router (required if REINS_LLM_PROVIDER=0g-router). | |
| REINS_LLM_BASE_URL | No | Base URL for OpenAI-compatible endpoint (optional, defaults to OpenAI's API if REINS_LLM_PROVIDER=openai). | |
| REINS_LLM_PROVIDER | No | Inference provider: '0g-router' (default) or 'openai' or other OpenAI-compatible. |
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
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/aruntemme/reins'
If you have feedback or need assistance with the MCP directory API, please join our Discord server