embrace-raw-readonly
Embrace-MCP mit Nur-Lese-Zugriff auf vollständige Daten
Dieses lokale stdio-MCP bewahrt die offizielle Embrace-MCP-Antwort, einschließlich structuredContent, anstatt nur die Gateway-Zusammenfassung zurückzugeben.
Es verwendet keine Dashboard-Cookies und greift nicht auf undokumentierte Dashboard-Endpunkte zu. Das offizielle Embrace-MCP bietet derzeit aggregierte Sitzungs-Tools sowie detaillierte Log-/Crash-/Netzwerk-/Span-Ergebnisse; es bietet keinen beliebigen Abruf der Benutzer-Timeline.
Ausführen
Der übergeordnete MCP-Prozess muss das Dienstkonto-Token erben:
export EMBRACE_API_TOKEN='...'
uv run server.pyÜbergeben Sie das Token nicht als Tool-Argument und legen Sie es nicht in einer Datei ab.
Related MCP server: @belal-elsabbagh-apex/copilot-mcp
Werkzeuge
embrace_list_readonly_toolsgibt die entfernten Tool-Schemas zurück.embrace_call_readonly(tool_name, arguments)leitet ein zugelassenes Tool weiter und gibt die vollständige JSON-RPC-Antwort zurück.
Der Server verfügt über eine explizite Zulassungsliste der 22 veröffentlichten Embrace-Tools und lehnt alles andere ab.
Skill
Der Workflow-Skill befindet sich unter
skills/embrace-readonly-full-data/SKILL.md.
Installieren oder kopieren Sie dieses Verzeichnis in das von Ihrem Agenten verwendete Skill-Verzeichnis.
Der Skill weist Agenten an, Schemas zu entdecken, strukturierte Antworten zu bewahren,
Detail-Tools zu verketten und undokumentierte Dashboard-Endpunkte zu vermeiden.
MCP-Client-Konfiguration
Für einen Client, der stdio-MCP-Server unterstützt:
{
"mcpServers": {
"embrace-raw-readonly": {
"command": "uv",
"args": ["run", "--project", "/path/to/embrace-readonly-mcp", "server.py"]
}
}
}Der Client-Prozess muss EMBRACE_API_TOKEN erben. Siehe
docs/SECURITY.md für den Umgang mit Anmeldeinformationen.
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