REMOTE MCP SERVER · LIVE

The Remote MCP Server
for Claude.

Plug Claude Desktop, Claude Code, and Projects into one secure URL. Lockers, secrets, and workflow graphs — without shipping API keys to the model.

  • Zero raw-secret exposure. Tools return metadata or run server-side.
  • Every call audited. Tool, args, latency, payload size — live below.
  • Auth-scoped lockers. Anon sees public packs. Sign in to unlock private workspaces.
Server descriptor
claude_desktop_config.json
{
  "mcpServers": {
    "claude-locker": {
      "url": "https://claudelocker.lovable.app/api/mcp",
      "transport": "streamable-http",
      "headers": { "Authorization": "Bearer lk_demo_<your-token>" }
    }
  }
}
Paste into Claude Desktop → Settings → Developer → MCP Servers. Restart Claude. Done.
Audit log· 0 calls
No calls yet. Run the test suite to populate the audit log.
Live marketplace · 1,243 Claude stacks indexed

Buy the stack. It just runs.

Every pack ships as a live, view-only demo running on sample data. Open the canvas, watch it work, then clone it under your own GitHub and keys.

Sign in

Marketplace

12 packs · 8 ungated for testing

Tap Live demo on any card to see it run.
AGENT BUNDLE
LIVE DEMO
Insider Cluster Buy Scanner

Multi-agent Claude pipeline that scans 13F filings for cluster insider activity.

QC@quantumcrate
4.9·2,143
REPO
£29
Claude Code · Refactor Daemon

Background Claude Code agent that opens PRs to clean up tech debt nightly.

DO@dev_oracle
4.8·1,880
Live demo
WORKFLOW
LIVE DEMO
Long-form Brief → 12 Asset Pack

Drop a brief, get email + ads + landing copy in one orchestrated flow.

GL@growth_lab
4.7·974
ARTIFACT PACK
FREE
Operator Dashboard Artifacts

Plug-and-play Claude artifacts for ops dashboards, KPIs and reviews.

OS@opsmith
4.6·612
AGENT BUNDLE
LIVE DEMO
Inbox Triage Swarm

Five small Claude agents that triage, draft, and schedule from your inbox.

NE@neura
4.5·503
REPO
£39
Mono-repo Test Synthesizer

Generates Vitest + Playwright tests for changed files in big monorepos.

KR@kernel
4.8·1,322
Live demo
WORKFLOW
LIVE DEMO
RAG Pipeline · Postgres + pgvector

End-to-end retrieval flow with chunker, embedder, reranker, and Claude answer node.

VC@vector_co
4.9·1,740
AGENT BUNDLE
£27
Support Triage Trio

Three Claude agents classify, draft, and escalate Zendesk tickets in real time.

HW@helpwave
4.7·812
Live demo
ARTIFACT PACK
LIVE DEMO
Investor Update Artifact Kit

Monthly update artifacts: KPI grid, narrative, risk heatmap, ask block.

BI@board_io
4.6·441
REPO
£32
Claude Code · Migrations Bot

Reads schema diffs, writes safe SQL migrations, opens a PR with rollback notes.

SC@schemata
4.8·967
Live demo
WORKFLOW
FREE
Voice → Action Items → Linear

Drop a meeting recording, get cleaned notes and synced Linear tickets.

CD@cadence
4.7·623
AGENT BUNDLE
LIVE DEMO
SOC2 Evidence Collector Swarm

Agents pull logs from AWS, GitHub, Okta and assemble audit-ready evidence packs.

TL@trustline
4.9·388

Want to open every pack?

Grant yourself full demo access — every locked stack opens in view-only canvas mode with sample data. Zero sign-up.

LOCKER LABS

Experiments shipping out of the lab

New primitives we're building into the platform. Each lab is a real, runnable surface — not a roadmap card.

livep50 312ms

Sub-agent Router

Dynamic routing between Claude sub-agents based on task entropy.

beta12k sessions

MCP Replay

Replay any MCP session deterministically against a new model.

live4.2k diffs/wk

Prompt Diff

Side-by-side diff of two prompt versions with token-level deltas.

live$0.0011 avg

Cost Guardrails

Per-tool spend caps with auto-downgrade from Opus to Sonnet.

experiment200 tasks

Eval Harness

Run any stack against 200 golden tasks and score regressions.

experimentearly access

Locker Federation

Share read-only locker views across orgs without exposing values.

betalive charts

Token Heatmap

Visualise per-prompt token cost over a 7-day window.

experiment0 user impact

Shadow Mode

Mirror traffic to a candidate model and diff responses offline.

CLAUDE RECIPES · 222 DEPLOYABLE

Production-ready Claude stacks

Every recipe lists the exact secrets, MCP servers, full code, and one-line deploy command.

Browse all 222
USER FUNCTIONS

Operate your lockers from code

Every locker action is a typed function — call it from the dashboard, an agent, or your own backend.

rotateSecret(lockerId, name) locker

Rotate a stored secret in place; downstream stacks pick up the new value on next call.

cloneStack(stackId, { toGithub }) stack

Fork a marketplace stack into your own GitHub org with your locker bound.

grantSeat(email, role) workspace

Invite a teammate with viewer, operator, or admin role on the workspace.

snapshotCanvas(flowId) stack

Persist current canvas state (nodes, edges, viewport) as a versioned snapshot.

auditExport({ from, to }) workspace

Stream a signed JSONL of every MCP call in the time window for SOC2 evidence.

bindProvider(locker, provider, key) locker

Attach a provider credential (OpenAI, Anthropic, Slack, GitHub) scoped to one locker.

scheduleRun(flowId, cron) stack

Run any stack on a cron expression with optional jitter and per-run budget cap.

lockerDiff(a, b) workspace

Diff two lockers by secret names, rotation policies, and bound stacks.

revokeToken(tokenId) workspace

Immediately invalidate an MCP bearer token and purge cached sessions.

tailAudit({ tool }) workspace

Live-tail MCP audit events filtered by tool name, locker, or principal.

Integrations

20 providers · 59 typed MCP tools

Every provider is exposed through the Claude Locker remote MCP server with scoped tokens, per-tool timeouts, redaction and an append-only audit trail. Expand any integration to see its tool surface, scopes, limits and the failure modes worth pre-empting.

Read channels, post updates and thread replies from any Claude session. The Claude Locker remote MCP server exposes Slack as 4 typed tools with OAuth 2.0 auth, per-tool timeouts, per-session budgets and an append-only audit trail. Tokens are resolved from your locker at call time — never inlined into a client config — and every invocation is traced with an OpenTelemetry span carrying the tool name, latency, token counts and outcome.

Tool surface
  • readslack_list_channelsList channels the bot is a member of, with topic and member count.
  • readslack_read_historyPull the last N messages of a channel or thread with author metadata.
  • writeslack_post_messagePost a message or threaded reply, blocks supported, dry-run available.
  • readslack_searchFull-text search across channels the token can see.
Auth & secrets

OAuth 2.0 · scopes channels:read, chat:write, users:read, files:read

SLACK_TOKEN · ANTHROPIC_API_KEY

Limits & latency

1 msg/s per channel, 50 reads/min per workspace

p50 180ms · p95 420ms

Security

Redacts email, phone, access_token · 30–90 day cadence, dual-token overlap window so live sessions never break

Failure modes
Tools don't appear in Claude after restart
The handshake succeeded but discovery failed — check the Slack token scope covers channels:read and restart the client.
First call returns 401/403
Token scoped too narrowly or expired. Rotate through the locker; the overlap window keeps sessions alive.
Calls hang for 30s then fail
No per-tool timeout set. Cap each tool at 8s with one retry and a circuit breaker after three consecutive failures.
Costs spike after enabling
Tool output is being pasted into context uncompressed. Truncate and summarise results above 4k tokens before they hit the model.
npx -y @modelcontextprotocol/server-slack \
  --token "$SLACK_TOKEN" \
  --scope channels:read,chat:write \
  --audit locker://audit-log
Full Slack guide
Guides

3670 deep guides for Claude, MCP, agents & RAG

Each guide lives at its own top-level URL — indexed, cited, and linked to a deploy-ready recipe.

Browse all

MCP

Claude Code

Agents

RAG

Ops

Growth

Security

Compare

Productivity