Back to Browse

Shyn MCP Server

Developer ToolsModerate5.3MCP RegistryLocal
Free

Server data from the Official MCP Registry

Local-first ambient memory for your Mac — pages, meetings, notes, encrypted on-device.

About

Local-first ambient memory for your Mac — pages, meetings, notes, encrypted on-device.

Security Report

5.3
Moderate5.3Moderate Risk

Shyn is a well-architected privacy-first MCP server for local memory management on macOS. The codebase demonstrates strong security fundamentals: no authentication is required (by design—data is local), credentials are handled via macOS Keychain, and there is no evidence of data exfiltration or malicious patterns. Permissions are appropriately scoped to the server's purpose. Minor findings around error handling and logging practices prevent a higher score. Supply chain analysis found 2 known vulnerabilities in dependencies (1 critical, 0 high severity).

5 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

system_info

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "day-shyn-shyn": {
      "args": [
        "-y",
        "shyn-monorepo"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!