clawpanel-mcp
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., "@clawpanel-mcpsearch my knowledge base for recent product decisions"
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.
clawpanel-mcp
Your ClawPanel workspace, as an MCP server. Clients connect from ChatGPT (deep-research compatible), Claude, or any MCP client over OAuth 2.1 — and see only their own workspace: knowledge base, memory, agents, and activity.
This is the client-facing sibling of zme-mcp and the alpha ring of ClawPanel's public API surface.
Tools
Tool | What it does | Scope |
| ChatGPT-compatible pair over the tenant KB — |
|
| Semantic search over workspace memory |
|
| Add a memory item (note, decision, fact) |
|
| The workspace's agents (name, model, gateway) |
|
| Agents + recent workflow runs + tool activity |
|
| Recent workspace chat messages |
|
Every tool is tenant-scoped by the OAuth token. The client never passes a tenant id; the server resolves it from the authenticated profile and filters every query server-side.
Related MCP server: production-grade-mcp-agentic-system
How auth works (alpha)
Full OAuth 2.1: DCR, PKCE, authorization codes, refresh, revocation.
ChatGPT/Claude discovers metadata, registers itself (DCR), opens
/authorize.The client signs in with their ClawPanel email + passphrase.
The server resolves email →
profilesrow →tenant_idand issues a token whose scopes come from server-side profile config — never from the request.Scopes mirror the
mcp_tokensvocabulary:brain,memory,kb,drive.
Rings: alpha (passphrases in env, in-memory sessions) → beta (Supabase
auth sessions, persistent grants) → prod (per-profile labels, RLS-enforced
direct connections). Token contract is frozen from alpha.
Configuration
Variable | Purpose |
| Supabase project URL (defaults to the clawpanel_db project) |
| service-role JWT. Server-only — it bypasses RLS, so tenant isolation is enforced in code on every query. Auto-resolves from NoxKey |
| JSON: |
| Public URL (for OAuth metadata/redirects) |
|
|
| Optional — enables vector arm of hybrid KB search and semantic memory search |
Run
uvicorn-grade Docker deploy: see Dockerfile + fly.toml → flyctl deploy
# local:
CLAWPANEL_OAUTH_PROFILES='{...}' clawpanel-mcp --http --port 8080
# → POST /mcp · GET /healthz · OAuth at /.well-known/*Connect from ChatGPT
Settings → Security and login → Developer mode → on, then
chatgpt.com/plugins → + → https://clawpanel-mcp.fly.dev/mcp → sign in
with your ClawPanel email + passphrase. Works in deep research (search/fetch
make your KB citable).
Verification
scripts/verify_clawpanel.py runs the full OAuth dance for two tenants and
asserts tenant isolation (each sees only their own agents/chat, cross-tenant
fetch returns nothing), scope gating, and every tool against live data.
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
AlicenseAqualityBmaintenanceMCP server for secure, just-in-time secret retrieval from 1claw vault and malicious content inspection, enabling AI agents to access secrets and security analysis.16662MIT- Alicense-qualityDmaintenanceA production-grade MCP server designed for multi-tenant, authenticated, and observable AI agent systems, enabling secure tool execution across heterogeneous data sources.54MIT
- AlicenseAqualityDmaintenanceMCP server for enterprise authentication and authorization — JWT validation, OIDC token inspection, OAuth 2.0 introspection, and role-based access control for AI agents.8MIT
- Flicense-qualityCmaintenanceA production-ready MCP server that authenticates agents via OAuth 2.1 Bearer tokens, validates JWTs with JWKS, enforces tool-level scopes and roles, and logs the full delegation chain.
Related MCP Connectors
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Self-hosted federated MCP gateway: one OAuth 2.1 MCP server in front of N apps, user-level scopes.
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/Sidarau/clawpanel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server