Skip to main content
Glama
nano-step

embrace-raw-readonly

by nano-step

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

A
license - permissive license
A
quality
B
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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