| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Version | Supported |
|---|---|
| 0.x.x | ✅ |
If you find a vulnerability, please contact hello@basicmachines.co.
Please do not open a public GitHub issue for security vulnerabilities. We aim to respond within 72 hours and will coordinate a fix and disclosure timeline with you.
Basic Memory is a local-first MCP server that reads and writes markdown files inside configured project directories. It runs on your machine with your user permissions, so local configuration deserves the same care as any other developer tool that can access your files.
Recent MCP ecosystem research has highlighted a client-side pattern where an MCP host can be configured to run arbitrary commands as "servers." That risk is in the host configuration, not in notes or Basic Memory tool input.
The recommended Basic Memory MCP configuration uses a known command with explicit arguments:
{
"mcpServers": {
"basic-memory": {
"command": "uvx",
"args": ["basic-memory", "mcp"]
}
}
}Only add MCP server entries from sources you trust. Avoid inline shell scripts or command strings copied from untrusted sources. Treat third-party MCP server configuration with the same scrutiny as any locally executed program.
Related ecosystem context:
| Back | FazBrowse Home | New Git URL |