streamable-httpupdated 1mo ago
Official Trusteed plugins for Claude Code and Claude Cowork.
Trusteed で何ができる?
Trusteed Claude Marketplace
Official Trusteed plugins for Claude Code and Claude Cowork.
This repository is a Claude plugin marketplace. It packages the Trusteed remote MCP server so teams can install it with a single plugin command.
| Item | Value |
|---|---|
| Marketplace name | trusteed |
| Plugin | trusteed-mcp |
| MCP endpoint | https://mcp.trusteed.io/mcp |
| Transport | Streamable HTTP (type: http) |
| Auth | OAuth 2.0 (Trusteed portal login) |
OAuth Client ID (required for Claude.ai connectors)
Trusteed uses a static public PKCE client (no secret). If Claude shows “Automatic client registration isn’t supported… add an OAuth Client ID”, paste:
f5f30ba8-da81-40ef-8e75-aaf98f75f324
Claude.ai / Desktop custom connector
- Settings → Connectors → Add custom connector
- MCP URL:
https://mcp.trusteed.io/mcp - Advanced → OAuth Client ID: value above (leave Client Secret empty)
- Connect and sign in with an existing Trusteed portal account
Install (Claude Code plugin)
# Add this marketplace
/plugin marketplace add trusteed-io/trusteed-mcp-plugin
# Install the Trusteed MCP plugin
/plugin install trusteed-mcp@trusteed
Then authenticate:
/mcp
Select trusteed, complete the browser login with your existing Trusteed portal account, and return to Claude.
Local development test
claude --plugin-dir ./plugins/trusteed-mcp
Prerequisites
- An active Trusteed account (MCP does not create users).
- Claude Code (or Cowork) with plugin support.
- Network access to:
https://mcp.trusteed.io(MCP resource server)https://app.trusteed.io(OAuth authorization server)
What you get
After install + OAuth, Claude can call Trusteed MCP tools for your tenant:
Read
get_security_summary— high-level posturesearch_assets— inventory searchlist_findings/get_finding— vulnerabilitiesget_compliance_status/list_control_gaps— complianceexplain_risk— narrative risk summaryget_scan_status/get_connection_status— status
Write / action
start_scan/cancel_scan— on-demand scansconnect_cloud_account— hosted URL to connect cloud credentials (never through chat)
Bundled skills (examples):
/trusteed-mcp:security-overview/trusteed-mcp:findings-triage/trusteed-mcp:connect-cloud
Repository layout
.claude-plugin/marketplace.json # marketplace catalog
plugins/trusteed-mcp/
.claude-plugin/plugin.json # plugin manifest
.mcp.json # remote MCP + OAuth
README.md # detailed plugin docs
skills/ # Claude skills
Website / how-to copy
Ready-to-publish page content (EN + TR) for Claude & ChatGPT setup:
Privacy
Trusteed processes security and asset data for your tenant according to our privacy policy:
- https://trusteed.io/privacy (update if your public URL differs)
Cloud credentials are entered only on hosted Trusteed pages; they are never sent through the MCP chat channel.
Support
- Email: support@trusteed.io
- Product: https://trusteed.io
- MCP service source: https://gitlab.com/trusteed/trusteed-mcp-service
License
Apache-2.0 — see LICENSE.
インストール
Trusteed をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http trusteed https://mcp.trusteed.io/mcpcodex mcp add trusteed --url https://mcp.trusteed.io/mcp{
"mcpServers": {
"trusteed": {
"url": "https://mcp.trusteed.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"trusteed": {
"type": "http",
"url": "https://mcp.trusteed.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"trusteed": {
"url": "https://mcp.trusteed.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"trusteed": {
"serverUrl": "https://mcp.trusteed.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント17/25
- メンテナンス16/25
- 信頼性6/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 46 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.0最新 | 2026年7月17日 |