embrace-raw-readonly
읽기 전용 전체 데이터 MCP 지원
이 로컬 stdio MCP는 게이트웨이 요약만 반환하는 대신 structuredContent를 포함한 공식 Embrace MCP 응답을 그대로 보존합니다.
Dashboard 쿠키를 사용하지 않으며 문서화되지 않은 Dashboard 엔드포인트에 접근하지 않습니다. 공식 Embrace MCP는 현재 집계 세션 도구와 상세 로그/크래시/네트워크/스팬 결과를 노출하며, 임의의 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