embrace-raw-readonly
Embrace MCP de solo lectura con datos completos
Este MCP stdio local conserva la respuesta oficial del MCP de Embrace, incluido structuredContent, en lugar de devolver solo el resumen de gateway.
No utiliza cookies de Dashboard ni accede a endpoints de Dashboard no documentados. El MCP oficial de Embrace expone actualmente herramientas de sesión agregadas, además de resultados detallados de logs/crash/red/span; no expone la recuperación arbitraria de User Timeline.
Ejecución
El proceso MCP padre debe heredar el token de la cuenta de servicio:
export EMBRACE_API_TOKEN='...'
uv run server.pyNo pase el token como argumento de herramienta ni lo guarde en un archivo.
Related MCP server: @belal-elsabbagh-apex/copilot-mcp
Herramientas
embrace_list_readonly_toolsdevuelve los esquemas de herramientas remotos.embrace_call_readonly(tool_name, arguments)reenvía una herramienta de la lista de permitidos y devuelve la respuesta JSON-RPC completa.
El servidor tiene una lista de permitidos explícita de las 22 herramientas publicadas de Embrace y rechaza cualquier otra.
Habilidad
La habilidad del flujo de trabajo está en skills/embrace-readonly-full-data/SKILL.md. Instale o copie ese directorio en el directorio de habilidades utilizado por su agente. La habilidad indica a los agentes que descubran esquemas, conserven respuestas estructuradas, encadenen herramientas de detalle y eviten endpoints de Dashboard no documentados.
Configuración del cliente MCP
Para un cliente que admita servidores MCP stdio:
{
"mcpServers": {
"embrace-raw-readonly": {
"command": "uv",
"args": ["run", "--project", "/path/to/embrace-readonly-mcp", "server.py"]
}
}
}El proceso del cliente debe heredar EMBRACE_API_TOKEN. Consulte docs/SECURITY.md para la gestión de credenciales.
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