embrace-raw-readonly
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., "@embrace-raw-readonlyfetch detailed crash logs with full structured response"
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.
Embrace read-only full-data MCP
This local stdio MCP preserves the official Embrace MCP response, including
structuredContent, instead of returning only the gateway summary.
It does not use Dashboard cookies and does not access undocumented Dashboard endpoints. The official Embrace MCP currently exposes aggregate session tools, plus detailed log/crash/network/span results; it does not expose arbitrary User Timeline retrieval.
Run
The parent MCP process must inherit the service-account token:
export EMBRACE_API_TOKEN='...'
uv run server.pyDo not pass the token as a tool argument or commit it to a file.
Related MCP server: @belal-elsabbagh-apex/copilot-mcp
Tools
embrace_list_readonly_toolsreturns the remote tool schemas.embrace_call_readonly(tool_name, arguments)forwards one allowlisted tool and returns the complete JSON-RPC response.
The server has an explicit allowlist of the 22 published Embrace tools and rejects anything else.
Skill
The workflow skill is at
skills/embrace-readonly-full-data/SKILL.md.
Install or copy that directory into the skill directory used by your agent.
The skill instructs agents to discover schemas, preserve structured responses,
chain detail tools, and avoid undocumented Dashboard endpoints.
MCP client configuration
For a client that supports stdio MCP servers:
{
"mcpServers": {
"embrace-raw-readonly": {
"command": "uv",
"args": ["run", "--project", "/path/to/embrace-readonly-mcp", "server.py"]
}
}
}The client process must inherit EMBRACE_API_TOKEN. See
docs/SECURITY.md for credential handling.
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