Glanceway Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Glanceway Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP (Model Context Protocol) server for Glanceway, the macOS menu bar information app. Lets AI assistants read your sources and items.
Download glanceway.mcpb from the latest release and open it in Claude Desktop to install.
npm install
npm run build # bundle to dist/mcpb/server/index.mjs
npm run pack # build + produce dist/glanceway.mcpbAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"glanceway": {
"command": "node",
"args": ["/path/to/dist/mcpb/server/index.mjs"]
}
}
}claude mcp add glanceway -- npx -y glanceway-mcp| Tool | Description |
|---|---|
glanceway_list_sources | List all enabled sources |
glanceway_list_items | List items, optionally filtered by sourceId or isRead |
| Prompt | Description |
|---|---|
summarize | Fetch all items and produce a grouped digest |
The server discovers the running Glanceway app by scanning localhost ports 9470-9479 for the local API. Glanceway must be running for the tools to work.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.