AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Claude Custom Connector Server

mcp-wnkinc-claude-custom-connector-server · by wnkinc

Secure MCP server framework for building custom Claude connectors — deploy locally or in the cloud.

No reviews yet
0 installs
39 views
0.0% view→install

Install

$ agentstack add mcp-wnkinc-claude-custom-connector-server

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-wnkinc-claude-custom-connector-server)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Claude Custom Connector Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

claude-custom-connector-server

Self-hosted MCP servers exposed to the Claude apps (macOS desktop, claude.ai web, mobile) via Cloudflare Tunnel, with each tool gated by Google OAuth (verified-email allowlist). Runs on your own Linux box or on an EC2 VM that pulumi up provisions — same stack either way ([docs/DEPLOY.md](docs/DEPLOY.md) is the chooser).

Quick start

Terminal
git clone https://github.com/wnkinc/claude-custom-connector-server.git mcp-tools
cd mcp-tools
claude        # then say: "deploy this"
Claude Code

Claude Code on the desktop app. Tell it where this repo lives and what you want:

> Download https://github.com/wnkinc/claude-custom-connector-server and deploy it

Claude takes it from there.

The tools

Each tool is its own container and its own connector (https://./mcp), opt-in via COMPOSE_PROFILES. Built on open source wherever one fits — the wrapper adds the shared security stack (OAuth, egress wall, guardrail, approvals), not a new engine:

| Tool | What it is | Built on | |---|---|---| | telegram | Your Telegram account as tools (read-only by default; writes are opt-in + gated) | chigwell/telegram-mcp, vendored + pinned | | workspace | Google Workspace — Gmail, Drive, Calendar, Docs, Sheets, Slides, Tasks, Chat — as your account | taylorwilsdon/googleworkspacemcp, vendored | | browser | A real web browser as tools, plus a live noVNC view for human watch/takeover | microsoft/playwright-mcp, npm-pinned | | gatekeeper | The control plane: per-tool permissions via the in-chat panel | native (always on, like the sidecars) |

FAQs

Each tool is opt-in via a compose profile named after it — only the tools in COMPOSE_PROFILES are built and started, and that list is the only deploy-time choice. The rest is automatic: the guardrail (output screen) starts alongside any untrusted tool, with an env-chosen provider — a local model (llamafirewall, default) or Amazon Bedrock Guardrails (bedrock, the AWS-deploy pick).

New tool: scripts/new-tool.sh. Deploying: [docs/DEPLOY.md](docs/DEPLOY.md). How it fits together: [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md).

The model in one breath

One portable tool per container: a FastMCP server that reads its transport and security posture from env, so the same image runs locally and in the cloud unchanged. Tools sit on an internal Docker network with no route to the internet; the only way out is the squid egress sidecar, and each tool gets its own listener and domain allowlist there — a bad dep can only reach its own tool's short list. A Cloudflare Tunnel sidecar fronts them, one subdomain per tool (transport only; auth lives in each MCP server — Google OAuth with a verified-email allowlist — so it travels with the image and works across Claude desktop, web, and mobile). Two more sidecars round out the substrate: a guardrail that screens the untrusted tools' output for prompt injection before it reaches your model context (provider env-chosen: local model or Amazon Bedrock Guardrails), and an approval service for human-in-the-loop gating of sensitive tool calls.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.