zenvx-mcp
Provides tools for the Notion MCP connector to list directories, read/write files, and optionally run shell commands on the server.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@zenvx-mcplist the files in my project directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
zenvx-mcp
Secure self-hosted remote MCP server — Python (FastMCP, streamable HTTP) behind a Cloudflare Tunnel with bearer-token auth. Zero inbound ports.
Live endpoint: https://mcp.zenvx.in/mcp (Bearer token required)
Architecture
MCP client → Cloudflare (TLS + WAF) → cloudflared tunnel → 127.0.0.1:8765 → laptopRelated MCP server: cloudflare-mcp-google-auth
Tools
Tool | Description |
| Health check |
| List a directory under the sandbox root |
| Windowed text-file read (offset/limit) |
| Write or append UTF-8 files (logged) |
| Full shell access — OFF unless |
Security model
Cloudflare Tunnel — outbound-only; no open inbound ports; TLS + DDoS protection free
Bearer token — every request must carry
Authorization: Bearer <token>(openssl rand -hex 32)Cloudflare Access (recommended) — Zero Trust policy at the edge, so a leaked token alone is useless
Sandbox root — file tools cannot escape
MCP_FS_ROOTNon-root systemd user — unit hardening:
NoNewPrivileges,PrivateTmp,ProtectSystem
Repo layout
File | Purpose |
| MCP server (FastMCP + bearer-auth middleware) |
|
|
| Tunnel ingress: |
| systemd unit |
| Env template — copy to |
| Full setup guide: venv → token → systemd → tunnel → Access → clients |
Quick start
python3 -m venv .venv && .venv/bin/pip install -r requirements.txt
export MCP_AUTH_TOKEN=$(openssl rand -hex 32)
python server.py # serves 127.0.0.1:8765/mcp — front it with cloudflared, never bind 0.0.0.0Full instructions, Cloudflare Tunnel/Access steps, client configs (Claude Desktop, Notion MCP connector, MCP Inspector), and the Windows variant: SETUP.md
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA simple MCP Server with shell execution capabilities that can be run locally with Ngrok tunneling or hosted in an Ubuntu 24 Docker container.Last updated4MIT
- Flicense-qualityDmaintenanceDeployable MCP server with Google OAuth for remote connections, enabling authenticated tool access via Cloudflare Workers.Last updated
- Flicense-qualityCmaintenanceRemote MCP server with built-in OAuth authentication via Cloudflare Access, enabling secure tool usage like math and image generation with user-based access control.Last updated
- Flicense-qualityDmaintenanceRemote MCP server with built-in OAuth authentication via Cloudflare Access, enabling secure tool invocation after user sign-in.Last updated
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Cloud-hosted MCP server for durable AI memory
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cursed-goblin/zenvx-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server