01Integrated Security Controls: Enforces trust tiers, manages credentials, and provides tamper-evident audit logging, input validation, and config signing by default.
02Tamper-Evident Audit Logging: Maintains a hash-chained JSON Lines log of all tool calls and trust violations for security and compliance.
03Declarative Tool Configurations: Define and validate MCP tools using simple YAML, bridging HTTP APIs with template rendering.
04Credential Broker: Securely resolves secrets at runtime from a broker, keeping sensitive information out of configurations.
05AI Config Generator: Automatically creates valid YAML configurations for new tools from natural language prompts using local LLMs.
061 GitHub stars