embrace-raw-readonly
読み取り専用フルデータMCPの採用
このローカルstdio MCPは、ゲートウェイの要約のみを返すのではなく、structuredContentを含む公式Embrace MCPレスポンスを保持します。
DashboardのCookieを使用せず、非公開のDashboardエンドポイントにもアクセスしません。公式Embrace MCPは現在、集計セッションツールと、詳細なログ/クラッシュ/ネットワーク/スパン結果を公開していますが、任意のUser Timeline取得は公開していません。
実行
親MCPプロセスはサービスアカウントトークンを継承する必要があります:
export EMBRACE_API_TOKEN='...'
uv run server.pyトークンをツール引数として渡したり、ファイルにコミットしたりしないでください。
Related MCP server: @belal-elsabbagh-apex/copilot-mcp
ツール
embrace_list_readonly_toolsはリモートツールのスキーマを返します。embrace_call_readonly(tool_name, arguments)は許可リストに登録された1つのツールを転送し、完全なJSON-RPCレスポンスを返します。
サーバーには公開されている22個のEmbraceツールの明示的な許可リストがあり、それ以外は拒否されます。
スキル
ワークフロースキルは skills/embrace-readonly-full-data/SKILL.md にあります。そのディレクトリをエージェントが使用するスキルディレクトリにインストールまたはコピーしてください。このスキルは、エージェントにスキーマの検出、構造化レスポンスの保持、詳細ツールの連鎖、非公開Dashboardエンドポイントの回避を指示します。
MCPクライアント設定
stdio MCPサーバーをサポートするクライアントの場合:
{
"mcpServers": {
"embrace-raw-readonly": {
"command": "uv",
"args": ["run", "--project", "/path/to/embrace-readonly-mcp", "server.py"]
}
}
}クライアントプロセスは EMBRACE_API_TOKEN を継承する必要があります。認証情報の取り扱いについては docs/SECURITY.md を参照してください。
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
- AlicenseNot gradedqualityDmaintenanceEnables integration of Semgrep in development environments via the MCP protocol, supporting static code analysis, rule management, and scan result operations.2MIT
- FlicenseNot gradedqualityAmaintenanceEnables EHR Copilot operations such as order cloning, queue building, and execution trace analysis over stdio.
- AlicenseBqualityBmaintenanceEnables diagnosing, testing, benchmarking, and deliberately controlling LM Studio through a local-only MCP stdio server, with mutations disabled by default and evidence-based capability verification.18MIT
- AlicenseNot gradedqualityAmaintenanceSearch and read locally-recorded meeting transcripts over stdio. Read-only, no network. Exposes list_sessions, get_session, and search_transcripts to any MCP client.7MIT
Related MCP Connectors
Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.
MCP server for interacting with the Supabase platform
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
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/nano-step/embrace-readonly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server