embrace-raw-readonly
Embrace 只读全量数据 MCP
此本地 stdio MCP 保留官方 Embrace MCP 响应,包括 structuredContent,而不是仅返回网关摘要。
它不使用 Dashboard cookie,也不访问未记录的 Dashboard 端点。官方 Embrace MCP 目前公开聚合会话工具,以及详细的日志/崩溃/网络/span 结果;它不公开任意的 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)转发一个已列入白名单的工具,并返回完整的 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