Native macOS menu-bar app that turns your Mac into an MCP server for Notion AI agents and local coding clients.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"notion-bridge": {
"args": [
"-y",
"wrangler"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A native macOS menu-bar app that turns your Mac into an MCP server for Notion AI agents and local coding clients.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
Wrangler affected by OS Command Injection in `wrangler pages deploy`
**Summary** A command injection vulnerability (CWE-78) has been found to exist in the `wrangler pages deploy` command. The issue occurs because the `--commit-hash` parameter is passed directly to a shell command without proper validation or sanitization, allowing an attacker with control of `--commit-hash` to execute arbitrary commands on the system running Wrangler. **Root cause** The `commitHash` variable, derived from user input via the `--commit-hash` CLI argument, is interpolated directl
Arbitrary remote code execution within `wrangler dev` Workers sandbox
### Impact The V8 inspector intentionally allows arbitrary code execution within the Workers sandbox for debugging. `wrangler dev` would previously start an inspector server listening on all network interfaces. This would allow an attacker on the local network to connect to the inspector and run arbitrary code. Additionally, the inspector server did not validate `Origin`/`Host` headers, granting an attacker that can trick any user on the local network into opening a malicious website the ability
Arbitrary remote file read in Wrangler dev server
### Impact Sending specially crafted HTTP requests and inspector messages to Wrangler's dev server could result in any file on the user's computer being accessible over the local network. An attacker that could trick any user on the local network into opening a malicious website could also read any file. ### Patches This issue was fixed in `wrangler@3.19.0`. Wrangler will now only serve files that are part of your bundle, or referenced by your bundle's source maps. ### Workarounds Configure Wr
Cloudflare Wrangler directory traversal vulnerability
### Impact The Wrangler command line tool (<=wrangler@3.1.0 or <=wrangler@2.20.1) was affected by a directory traversal vulnerability when running a local development server for Pages (wrangler pages dev command). This vulnerability enabled an attacker in the same network as the victim to connect to the local development server and access the victim's files present outside of the directory for the development server. ### Patches Wrangler2: Upgrade to v2.20.1 or higher. Wrangler3: Upgrade to v3
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
MCP server for monday.com integration.
MCP Security Weekly
Get CVE alerts and security updates for Notion Bridge and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A native macOS menu-bar app that turns your Mac into an MCP server for Notion AI agents and local coding clients.
The Bridge exposes your local Mac and connected services as Model Context Protocol (MCP) tools over Streamable HTTP, legacy SSE, and stdio — locally on 127.0.0.1 for clients like Claude Code, Cursor, and Notion agents, and securely from the cloud (claude.ai and ChatGPT custom connectors) through a customer-owned Cloudflare Tunnel with OAuth. Built in Swift 6.2 for macOS 26+ on Apple Silicon, it is designed to be always-on, auto-launched, and safe enough for daily operator use.
~163 tools across 26 module groups · 3 transports + cloud connector (Claude web · ChatGPT) · 3-tier security model with on-device approvals · Liquid Glass UI
Latest release: v3.7.11 (June 2026) — a tool-surface resurface that prunes the catalog to a lean, positioning-aligned ~163 tools (Chrome, the dynamic Stripe proxy, and the heavy dev-loop layer removed); tools_list is compact by default. Existing installs auto-update via Sparkle.
Product page: https://kup.solutions/notion-bridge
Naming history: "TheBridge" was the product's original name; the user-facing brand is The Bridge. The Swift target and bundle identifier (
kup.solutions.notion-bridge) are intentionally preserved for data continuity. The Keychain service was renamedcom.notionbridge→kup.solutions.the-bridge(v3.7.8), and all prior services are still read so existing secrets migrate with zero loss.
This is the product repository for The Bridge (Swift target name TheBridge).
It is not a generic Swift experiment and it is not an open-source demo server. It is the source-available codebase for a commercial macOS product that bridges Notion agents, local coding tools, and the user's Mac.
Current commercial posture:
The Bridge currently ships ~163 tools organized into 26 module groups, surfaced collapsibly in Settings → Tools. Highlights below; the full registry is in-app.
| Module | Tools | Notes |
|---|---|---|
| ShellModule | 2 | shell execution and approved scripts |
| FileModule | 12 | files, directories, metadata, clipboard |
| MessagesModule | 6 | iMessage and SMS read/send tooling |
| SystemModule | 3 | system info, processes, notifications |
| ContactsModule | 4 | CNContactStore search, get, resolve — no Contacts.app required |
| NotionModule | 21 | Notion pages, blocks, databases, data sources, comments, files, queries |
| SessionModule | 3 | session status and tool registry introspection |
| AppleScriptModule | 1 | in-process AppleScript execution |
| AccessibilityModule | 5 | AX tree, inspection, and actions |
| ScreenModule | 5 | capture, OCR, recording, screen analysis |
| ChromeModule | 5 | tabs, navigation, page reads, JS, screenshots |
| CredentialModule | 4 | Keychain-backed credential storage |
| PaymentModule | 1 | Stripe payment execution |
| SkillsModule | 3 | fetch_skill, list_routing_skills, manage_skill |
| ConnectionsModule | 5 | connection inventory, health, validation |
| BuiltinModule | 1 | echo (registered in ServerManager, not a Swift *Module type) |
| Total | ~163 | Across 26 module groups after the v3.7.11 resurface: the Apple suite (Calendar, Reminders, Notes, Mail, Shortcuts), Memory, on-device Automation, CommandStore, StandingOrders, JobsManager, Notion, Git/Gh quick-fix, Snippets, Permissions, and screen/clipboard/accessibility/AppleScript Mac steering. Removed: Chrome, the dynamic Stripe proxy + payment, and the dev-loop/IDE layer (LSP, bg_process, dev servers, test runners, Swift build tools). |
Core product traits: