Back to Home
dorcha-inc icon

orla

Verified Safe

by dorcha-inc

Overview

Orla acts as a runtime for Model Context Protocol (MCP) servers, enabling the execution of lightweight open-source AI agents and command-line tools locally.

Installation

Run Command
orla serve

Environment Variables

  • OLLAMA_HOST
  • ORLA_OLLAMA_HOST
  • ORLA_PORT
  • ORLA_MODEL
  • ORLA_QUIET
  • NO_COLOR
  • ORLA_NO_COLOR

Security Notes

The server's core functionality involves executing arbitrary user-defined tools from the filesystem. While `os.OpenRoot` is used to prevent path traversal when loading manifests and parsing shebangs within tool directories, there is no built-in sandboxing for the tools themselves. This means a malicious or improperly configured tool could potentially perform actions outside its intended scope on the host machine. The `SECURITY.md` explicitly states: 'orla executes tools from the filesystem. Ensure tools are from trusted sources.' When running in HTTP mode, there is no built-in authentication, requiring users to manage network-level access and firewall rules if exposed. No hardcoded secrets were identified.

Similar Servers

Stats

Interest Score92
Security Score6
Cost ClassLow
Stars194
Forks3
Last Update2026-01-07

Tags

AI AgentsLLMLocal-firstMCP ServerCLI Tools