tinybrain
Verified Safeby rainmana
Overview
Security-focused LLM memory storage for intelligence gathering, reverse engineering, and MITRE ATT&CK integration.
Installation
tinybrain-serverEnvironment Variables
- TINYBRAIN_DB_PATH
- TINYBRAIN_LOG_LEVEL
Security Notes
The server operates over standard input/output (stdio) by default, significantly reducing its direct network attack surface. SQL queries are consistently parameterized, mitigating SQL injection risks. There is no evidence of 'eval' or similar dangerous dynamic code execution. The templating in `CreateMemoryFromTemplate` and security pattern data handling is performed safely by string replacement before database storage, but relies on downstream LLM clients not executing unsanitized memory content. No hardcoded secrets were found; sensitive paths are configurable via environment variables.
Similar Servers
context-sync
Context Sync provides AI systems with persistent, queryable memory across all development tools, sessions, and projects, allowing AI to remember codebase details, architectural decisions, and conversation history.
pb_mcp_server
Provides an MCP interface for AI assistants to interact with PocketBase databases for data management, authentication, and administrative tasks.
pentestMCP
This MCP server enables AI agents to perform automated and interactive penetration testing tasks by exposing a suite of security assessment utilities as callable tools.
post-cortex
Provides long-term, persistent memory and knowledge management for AI assistants, enabling them to store, semantically search, and retrieve conversation context, decisions, and code-related insights.