[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-getsentry-sentry-mcp-experimental-de":3,"guides-for-getsentry-sentry-mcp-experimental":452,"similar-k17eebghd4bgwdb4hdxfhafxen86m1df-de":453},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":14,"identity":252,"isFallback":235,"parentExtension":257,"providers":289,"relations":293,"repo":294,"tags":450,"workflow":451},1778687331538.118,"k17eebghd4bgwdb4hdxfhafxen86m1df",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13},"Sentry MCP with experimental features enabled",{"claudeCode":12},"sentry-mcp-experimental","https://github.com/getsentry/sentry-mcp",{"_creationTime":15,"_id":16,"extensionId":5,"locale":17,"result":18,"trustSignals":233,"workflow":250},1778687396536.3757,"kn79nvypdv4t50r5cxdfsqnp4x86nq8k","en",{"checks":19,"evaluatedAt":204,"extensionSummary":205,"features":206,"nonGoals":211,"promptVersionExtension":215,"promptVersionScoring":216,"purpose":217,"rationale":218,"score":219,"summary":220,"tags":221,"targetMarket":227,"tier":228,"useCases":229},[20,25,28,31,35,38,42,46,49,52,56,60,63,67,70,73,76,79,82,85,89,93,98,102,106,109,112,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,172,175,178,180,183,186,190,193,196,200],{"category":21,"check":22,"severity":23,"summary":24},"Practical Utility","Problem relevance","pass","The description clearly states the problem: it acts as a middleware to the Sentry API, optimized for coding assistants like Cursor and Claude Code for developer workflows and debugging.",{"category":21,"check":26,"severity":23,"summary":27},"Unique selling proposition","The MCP server provides a specialized API layer for Sentry, optimized for coding assistants and offering specific tools beyond what a direct API interaction would provide for this use case.",{"category":21,"check":29,"severity":23,"summary":30},"Production readiness","The plugin installation instructions are clear, and the README details how to set up and use the MCP server with Sentry, including environment variables and example configurations for both cloud and self-hosted deployments, suggesting production readiness.",{"category":32,"check":33,"severity":23,"summary":34},"Scope","Single responsibility principle","The plugin focuses on providing Sentry API access for coding assistants, with a coherent set of tools for Sentry-related tasks, adhering to a single domain.",{"category":32,"check":36,"severity":23,"summary":37},"Description quality","The displayed description 'Sentry MCP with experimental features enabled' accurately reflects the plugin's function as detailed in the README and its specific installation target.",{"category":39,"check":40,"severity":23,"summary":41},"Invocation","Scoped tools","The tools listed in `plugins/sentry-mcp-experimental/agents/sentry-mcp.md` are specific verb-noun actions related to Sentry (e.g., `search_issues`, `get_event_attachment`), not general-purpose command executors.",{"category":43,"check":44,"severity":23,"summary":45},"Documentation","Configuration & parameter reference","The README extensively documents environment variables, command-line arguments, and example configurations for using the Sentry MCP server, covering all necessary parameters.",{"category":32,"check":47,"severity":23,"summary":48},"Tool naming","The exposed tools are named descriptively using a verb-noun convention (e.g., `search_issues`, `create_project`), making them easy to understand.",{"category":32,"check":50,"severity":23,"summary":51},"Minimal I/O surface","The README and tool descriptions imply that parameters and responses are focused on the specific Sentry tasks, without unnecessary data bloat.",{"category":53,"check":54,"severity":23,"summary":55},"License","License usability","The extension is licensed under a Functional Source License, Version 1.1, Apache 2.0 Future License, which permits use, modification, and redistribution for non-competing purposes.",{"category":57,"check":58,"severity":23,"summary":59},"Maintenance","Commit recency","The last commit was on May 11, 2026, which is very recent, indicating active maintenance.",{"category":57,"check":61,"severity":23,"summary":62},"Dependency Management","The project uses pnpm for dependency management, and the README suggests `make setup-env` and `npx @sentry/dotagents install`, indicating a structured approach to managing dependencies.",{"category":64,"check":65,"severity":23,"summary":66},"Security","Secret Management","Secrets like SENTRY_ACCESS_TOKEN, OPENAI_API_KEY, etc., are handled via environment variables and are not hardcoded in committed files. The README also mentions `userConfig` with `sensitive: true` for local development, implying proper handling.",{"category":64,"check":68,"severity":23,"summary":69},"Injection","The README specifies treating loaded data as data, and there are no indications of executing arbitrary code or instructions from external sources.",{"category":64,"check":71,"severity":23,"summary":72},"Transitive Supply-Chain Grenades","The installation instructions involve fetching packages via `claude plugin marketplace add` and `npx`, which are standard, secure methods. There are no runtime downloads of code or data that bypass the bundle.",{"category":64,"check":74,"severity":23,"summary":75},"Sandbox Isolation","The extension operates as an MCP server targeting an API and doesn't appear to modify files outside its intended scope. Paths are managed through environment variables and specific commands.",{"category":64,"check":77,"severity":23,"summary":78},"Sandbox escape primitives","No evidence of detached processes or retry loops around denied tool calls is present in the provided source or README.",{"category":64,"check":80,"severity":23,"summary":81},"Data Exfiltration","The README outlines required environment variables for authentication and LLM providers but does not mention any default or hidden outbound data exfiltration.",{"category":64,"check":83,"severity":23,"summary":84},"Hidden Text Tricks","The bundled files and README content appear to be standard, readable text without hidden steering characters or obfuscation tricks.",{"category":86,"check":87,"severity":23,"summary":88},"Hooks","Opaque code execution","The provided plugin files and README do not contain evidence of obfuscated code, base64 payloads, or runtime script fetching for hooks.",{"category":90,"check":91,"severity":23,"summary":92},"Portability","Structural Assumption","The extension focuses on API interaction and configuration via environment variables, avoiding assumptions about specific user project structures or OS-specific paths.",{"category":94,"check":95,"severity":96,"summary":97},"Trust","Issues Attention","info","There were 21 issues opened and 31 closed in the last 90 days. The closure rate is approximately 60%, indicating active maintainer attention to issues.",{"category":99,"check":100,"severity":23,"summary":101},"Versioning","Release Management","The plugin has a version specified in `plugin.json` (`sentry-mcp-experimental`) and a clear installation command referencing a versioned plugin (`@sentry/mcp-server@latest`), indicating version management.",{"category":103,"check":104,"severity":23,"summary":105},"Code Execution","Validation","The README indicates that AI-powered search tools translate natural language queries, implying input validation and sanitization. The use of environment variables for configuration also suggests validation.",{"category":64,"check":107,"severity":23,"summary":108},"Unguarded Destructive Operations","The MCP server interacts with the Sentry API for read and write operations, but these are typically guarded by authentication and specific tool calls, not raw destructive commands like `rm -rf`.",{"category":103,"check":110,"severity":23,"summary":111},"Error Handling","The README mentions that without a configured LLM provider, AI-powered search tools will be unavailable, indicating error handling for missing dependencies. The general structure implies robust API interaction.",{"category":103,"check":113,"severity":114,"summary":115},"Logging","not_applicable","The extension acts as an MCP server and interacts with an API; local audit logging is not a typical requirement for this type of extension.",{"category":117,"check":118,"severity":23,"summary":119},"Compliance","GDPR","The extension interacts with the Sentry API, which may handle personal data. However, the responsibility for sanitization and compliance with data handling policies lies with the Sentry service itself and the user's configuration, not the MCP wrapper.",{"category":117,"check":121,"severity":23,"summary":122},"Target market","The extension's functionality is tied to the Sentry API and general developer workflows, with no regional restrictions detected. The target market is global.",{"category":90,"check":124,"severity":23,"summary":125},"Runtime stability","The extension relies on standard Node.js execution (`npx`) and API interactions, making it portable across POSIX-compliant systems and Windows.",{"category":43,"check":127,"severity":23,"summary":128},"README","The README is comprehensive, clearly stating the extension's purpose, installation, configuration, and usage details.",{"category":32,"check":130,"severity":23,"summary":131},"Tool surface size","The `sentry-mcp.md` file lists 22 tools. While slightly above the ideal 3-10 range, it is not excessively large and is appropriate for a comprehensive Sentry integration.",{"category":39,"check":133,"severity":23,"summary":134},"Overlapping near-synonym tools","The tool names appear distinct, with clear verb-noun distinctions covering different Sentry functionalities (e.g., `search_issues` vs. `search_events`).",{"category":43,"check":136,"severity":23,"summary":137},"Phantom features","All features mentioned in the README, such as API integration, specific tool capabilities, and installation methods, correspond to implemented functionality.",{"category":139,"check":140,"severity":23,"summary":141},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for Claude Code plugins and for running the server via `npx`, including detailed environment variable setup and example configurations.",{"category":143,"check":144,"severity":23,"summary":145},"Errors","Actionable error messages","The README details error scenarios, such as the unavailability of AI-powered search tools without an LLM provider, implying actionable error reporting.",{"category":147,"check":148,"severity":96,"summary":149},"Execution","Pinned dependencies","The README mentions using `pnpm` and `@sentry/mcp-server@latest`, suggesting dependency management but not explicit pinning or lockfiles being discussed in detail for the main plugin installation.",{"category":32,"check":151,"severity":114,"summary":152},"Dry-run preview","The extension interacts with the Sentry API. While specific API calls might have dry-run capabilities, the MCP server itself does not expose a general `--dry-run` flag for all operations.",{"category":154,"check":155,"severity":114,"summary":156},"Protocol","Idempotent retry & timeouts","This extension is an MCP server proxying Sentry API calls. Idempotency and timeouts would depend on the Sentry API itself and the underlying MCP transport, not directly on this plugin's implementation.",{"category":117,"check":158,"severity":23,"summary":159},"Telemetry opt-in","The README does not mention any telemetry being collected or sent by default, implying it is either off or opt-in, aligning with best practices.",{"category":39,"check":161,"severity":23,"summary":162},"Name collisions","The plugin name `sentry-mcp-experimental` and the subagent name `sentry-mcp` are distinct and do not appear to collide with Claude Code built-ins or other common tools.",{"category":39,"check":164,"severity":114,"summary":165},"Hooks-off mechanism","The provided files do not indicate the presence of hooks that would require a hooks-off mechanism.",{"category":39,"check":167,"severity":114,"summary":168},"Hook matcher tightness","There is no evidence of hooks being used in this plugin's configuration or source files.",{"category":64,"check":170,"severity":114,"summary":171},"Hook security","The plugin does not appear to utilize hooks.",{"category":86,"check":173,"severity":114,"summary":174},"Silent prompt rewriting","The plugin does not appear to utilize hooks that would rewrite prompts.",{"category":64,"check":176,"severity":114,"summary":177},"Permission Hook","There is no evidence of a `PermissionRequest` hook being used.",{"category":117,"check":179,"severity":114,"summary":171},"Hook privacy",{"category":103,"check":181,"severity":114,"summary":182},"Hook dependency","There is no evidence of hooks being used in this plugin.",{"category":43,"check":184,"severity":23,"summary":185},"Feature Transparency","The README clearly describes the MCP server's functionality, installation, and configuration, providing transparency about its features.",{"category":187,"check":188,"severity":23,"summary":189},"Convention","Layout convention adherence","The plugin structure follows standard conventions with `plugin.json` and `.mcp.json` files in the root, and installation instructions are provided in the README.",{"category":187,"check":191,"severity":114,"summary":192},"Plugin state","The plugin acts as an MCP server that communicates with an external API; it does not appear to maintain persistent state that would require management under `${CLAUDE_PLUGIN_DATA}`.",{"category":64,"check":194,"severity":23,"summary":195},"Keychain-stored secrets","The README indicates secrets are managed via environment variables and `userConfig` with `sensitive: true` for local development, suggesting proper handling via system keychain mechanisms.",{"category":197,"check":198,"severity":23,"summary":199},"Dependencies","Tagged release sourcing","The README specifies using `@sentry/mcp-server@latest` and refers to Sentry's official documentation and services, indicating reliance on official, tagged releases.",{"category":201,"check":202,"severity":23,"summary":203},"Installation","Clean uninstall","The plugin is installed via `claude plugin install` and likely uninstalled similarly. There's no indication of background daemons or persistent system services that would survive a standard uninstall.",1778687395991,"This plugin acts as an MCP server, providing middleware to the Sentry API, optimized for coding assistants. It allows users to search, analyze, and manage Sentry resources like errors, issues, and performance data.",[207,208,209,210],"Integrates with Sentry API for error tracking and performance monitoring.","Provides tools for searching, analyzing, and triaging Sentry issues.","Supports both cloud and self-hosted Sentry instances.","Configurable via environment variables and a JSON configuration file.",[212,213,214],"This is not a general-purpose MCP server for all Sentry functionality.","It does not replace the full Sentry UI or its advanced features.","It does not manage Sentry billing or user account administration.","3.0.0","4.4.0","To enable AI coding assistants to effectively interact with Sentry for debugging and workflow optimization.","The extension is well-documented, secure, and follows best practices for plugin development. A minor info finding on issue closure rate and a not_applicable on dry-run preview prevent a perfect score.",96,"A robust and secure plugin for interacting with the Sentry API, providing extensive developer tooling.",[222,223,224,225,226],"sentry","api","debugging","developer-tools","observability","global","verified",[230,231,232],"Use when troubleshooting errors or performance bottlenecks reported in Sentry.","Use when needing to investigate Sentry issues directly from an AI coding assistant.","Use when managing Sentry projects, teams, or releases via an AI agent.",{"codeQuality":234,"collectedAt":236,"documentation":237,"maintenance":240,"security":247,"testCoverage":249},{"hasLockfile":235},true,1778687371810,{"descriptionLength":238,"readmeSize":239},45,8809,{"closedIssues90d":241,"forks":242,"hasChangelog":243,"openIssues90d":244,"pushedAt":245,"stars":246},31,105,false,21,1778543922000,686,{"hasNpmPackage":243,"license":248,"smitheryVerified":243},"NOASSERTION",{"hasCi":235,"hasTests":235},{"updatedAt":251},1778687396536,{"basePath":253,"githubOwner":254,"githubRepo":255,"locale":17,"slug":12,"type":256},"plugins/sentry-mcp-experimental","getsentry","sentry-mcp","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"parentExtension":268,"providers":269,"relations":283,"tags":285,"workflow":286},1778687331538.1174,"k17fvvcgk3nn01wa6bz2g5zszx86nscd",{"reviewCount":8},{"description":262,"installMethods":263,"name":255,"sourceUrl":13},"An MCP server for interacting with Sentry via LLMs.",{"claudeCode":264},"getsentry/sentry-mcp",{"basePath":266,"githubOwner":254,"githubRepo":255,"locale":17,"slug":255,"type":267},"","marketplace",null,{"evaluate":270,"extract":277},{"promptVersionExtension":271,"promptVersionScoring":216,"score":272,"tags":273,"targetMarket":227,"tier":228},"3.1.0",95,[222,274,275,223,276,224,225],"mcp","llm","monitoring",{"commitSha":278,"marketplace":279,"plugin":281},"HEAD",{"name":255,"pluginCount":280},2,{"mcpCount":8,"provider":282,"skillCount":8},"classify",{"repoId":284},"kd7frmsrp1bfgvw27w2cfny9x186nas0",[223,224,225,275,274,276,222],{"evaluatedAt":287,"extractAt":288,"updatedAt":287},1778687353990,1778687331538,{"evaluate":290,"extract":292},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":291,"targetMarket":227,"tier":228},[222,223,224,225,226],{"commitSha":278},{"parentExtensionId":259,"repoId":284},{"_creationTime":295,"_id":284,"identity":296,"providers":297,"workflow":446},1778687325197.0518,{"githubOwner":254,"githubRepo":255,"sourceUrl":13},{"classify":298,"discover":438,"github":441},{"commitSha":278,"extensions":299},[300,313,327,335,345,356,364,381,389,397,405,419,428],{"basePath":266,"displayName":255,"installMethods":301,"rationale":302,"selectedPaths":303,"source":312,"sourceLanguage":17,"type":267},{"claudeCode":264},"marketplace.json at .claude-plugin/marketplace.json",[304,307,309],{"path":305,"priority":306},".claude-plugin/marketplace.json","mandatory",{"path":308,"priority":306},"README.md",{"path":310,"priority":311},"LICENSE.md","high","rule",{"basePath":314,"description":315,"displayName":255,"installMethods":316,"rationale":317,"selectedPaths":318,"source":312,"sourceLanguage":17,"type":256},"plugins/sentry-mcp","Sentry error tracking and performance monitoring via MCP",{"claudeCode":255},"plugin manifest at plugins/sentry-mcp/.claude-plugin/plugin.json",[319,321,323,325],{"path":320,"priority":306},".claude-plugin/plugin.json",{"path":322,"priority":306},".mcp.json",{"path":324,"priority":311},"agents/sentry-mcp.md",{"path":326,"priority":311},".cursor-plugin/plugin.json",{"basePath":253,"description":10,"displayName":12,"installMethods":328,"rationale":329,"selectedPaths":330,"source":312,"sourceLanguage":17,"type":256},{"claudeCode":12},"plugin manifest at plugins/sentry-mcp-experimental/.claude-plugin/plugin.json",[331,332,333,334],{"path":320,"priority":306},{"path":322,"priority":306},{"path":324,"priority":311},{"path":326,"priority":311},{"basePath":336,"description":337,"displayName":338,"installMethods":339,"rationale":340,"selectedPaths":341,"source":312,"sourceLanguage":17,"type":344},".agents/skills/create-pr","Alias for sentry-skills:pr-writer. Use when users explicitly ask for \"create-pr\" or reference the legacy skill name. Redirects to the canonical PR writing workflow.","create-pr",{"claudeCode":264},"SKILL.md frontmatter at .agents/skills/create-pr/SKILL.md",[342],{"path":343,"priority":306},"SKILL.md","skill",{"basePath":346,"description":347,"displayName":348,"installMethods":349,"rationale":350,"selectedPaths":351,"source":312,"sourceLanguage":17,"type":344},".agents/skills/issue-triage","Use when asked to triage newly opened GitHub issues, diagnose issue validity, search for duplicates, close confirmed duplicates, leave concise scope notes, or rewrite unclear issue descriptions.","issue-triage",{"claudeCode":264},"SKILL.md frontmatter at .agents/skills/issue-triage/SKILL.md",[352,353],{"path":343,"priority":306},{"path":354,"priority":355},"SOURCES.md","medium",{"basePath":357,"description":358,"displayName":359,"installMethods":360,"rationale":361,"selectedPaths":362,"source":312,"sourceLanguage":17,"type":344},".agents/skills/logging-observability","Review code for correct logging and error handling patterns. Use when reviewing code that handles errors, uses logging functions, or captures exceptions. Enforces the error hierarchy where 4xx errors are never logged to Sentry and 5xx errors always are. Trigger phrases include \"review logging\", \"check error handling\", \"audit observability\", or verify correct use of logIssue vs logError.","logging-observability",{"claudeCode":264},"SKILL.md frontmatter at .agents/skills/logging-observability/SKILL.md",[363],{"path":343,"priority":306},{"basePath":365,"description":366,"displayName":367,"installMethods":368,"rationale":369,"selectedPaths":370,"source":312,"sourceLanguage":17,"type":344},".agents/skills/mcp-audit","Audit MCP servers for protocol compliance, metadata drift, and compatibility regressions. Use when reviewing tool annotations, tool/result schemas, structured output, lifecycle/init handshake, capabilities, prompts/resources support, transports, auth, security, version drift, or Warden/CI MCP compatibility checks. Trigger phrases include \"audit MCP\", \"check MCP spec compliance\", \"review tool hints\", \"validate tools/list\", \"check initialize handshake\", \"review prompt or resource capabilities\", and \"check MCP compatibility in Warden\".","mcp-audit",{"claudeCode":264},"SKILL.md frontmatter at .agents/skills/mcp-audit/SKILL.md",[371,372,373,375,377,379],{"path":343,"priority":306},{"path":354,"priority":355},{"path":374,"priority":355},"references/checklist.md",{"path":376,"priority":355},"references/common-findings.md",{"path":378,"priority":355},"references/spec-baseline.md",{"path":380,"priority":355},"references/version-watchpoints.md",{"basePath":382,"description":383,"displayName":384,"installMethods":385,"rationale":386,"selectedPaths":387,"source":312,"sourceLanguage":17,"type":344},".agents/skills/qa","QA test changes against the local dev server. Use when explicitly invoked via /qa to verify changes work end-to-end.","qa",{"claudeCode":264},"SKILL.md frontmatter at .agents/skills/qa/SKILL.md",[388],{"path":343,"priority":306},{"basePath":390,"description":391,"displayName":392,"installMethods":393,"rationale":394,"selectedPaths":395,"source":312,"sourceLanguage":17,"type":344},".agents/skills/skill-creator","Alias for sentry-skills:skill-writer. Use when users explicitly ask for \"skill-creator\" or reference the legacy skill name. Redirects to the canonical skill authoring workflow.","skill-creator",{"claudeCode":264},"SKILL.md frontmatter at .agents/skills/skill-creator/SKILL.md",[396],{"path":343,"priority":306},{"basePath":398,"description":399,"displayName":400,"installMethods":401,"rationale":402,"selectedPaths":403,"source":312,"sourceLanguage":17,"type":344},".agents/skills/testing-guidelines","Guide for writing tests. Use when adding new functionality, fixing bugs, or when tests are needed. Emphasizes integration tests, real-world fixtures, and regression coverage.","testing-guidelines",{"claudeCode":264},"SKILL.md frontmatter at .agents/skills/testing-guidelines/SKILL.md",[404],{"path":343,"priority":306},{"basePath":406,"description":407,"displayName":408,"installMethods":409,"rationale":410,"selectedPaths":411,"source":312,"sourceLanguage":17,"type":418},"packages/agent-cli-test","Real agent CLI smoke tests for Sentry MCP","@sentry/mcp-agent-cli-test",{"npm":408},"cli ecosystem detected at packages/agent-cli-test",[412,414,415],{"path":413,"priority":306},"package.json",{"path":308,"priority":306},{"path":416,"priority":417},"src/index.ts","low","cli",{"basePath":420,"displayName":421,"installMethods":422,"license":423,"rationale":424,"selectedPaths":425,"source":312,"sourceLanguage":17,"type":274},"packages/mcp-server","@sentry/mcp-server",{"npm":421},"FSL-1.1-ALv2","package.json mcpName field at packages/mcp-server/package.json",[426,427],{"path":413,"priority":306},{"path":416,"priority":417},{"basePath":429,"description":430,"displayName":431,"installMethods":432,"rationale":433,"selectedPaths":434,"source":312,"sourceLanguage":17,"type":274},"packages/mcp-test-client","CLI tool to test the Sentry MCP server","@sentry/mcp-test-client",{"npm":431},"package.json @modelcontextprotocol/sdk dep + bin at packages/mcp-test-client/package.json",[435,436,437],{"path":413,"priority":306},{"path":308,"priority":306},{"path":416,"priority":417},{"sources":439},[440],"manual",{"closedIssues90d":241,"description":262,"forks":242,"homepage":442,"license":248,"openIssues90d":244,"pushedAt":245,"readmeSize":239,"stars":246,"topics":443},"https://mcp.sentry.dev",[444,445],"mcp-server","tag-production",{"classifiedAt":447,"discoverAt":448,"extractAt":449,"githubAt":449,"updatedAt":447},1778687331333,1778687325197,1778687329475,[223,224,225,226,222],{"evaluatedAt":251,"extractAt":288,"updatedAt":251},[],[454,489,516],{"_creationTime":455,"_id":456,"community":457,"display":458,"identity":464,"providers":467,"relations":480,"tags":484,"workflow":485},1778693640036.5193,"k17egdjfq0d9nts354q17zkmxs86mm87",{"reviewCount":8},{"description":459,"installMethods":460,"name":462,"sourceUrl":463},"Greifen Sie auf offizielle Microsoft-Dokumentationen, API-Referenzen und Codebeispiele für Azure, .NET, Windows und mehr zu.",{"claudeCode":461},"microsoft-docs","Microsoft Learn MCP Server","https://github.com/MicrosoftDocs/mcp",{"basePath":266,"githubOwner":465,"githubRepo":274,"locale":466,"slug":274,"type":256},"MicrosoftDocs","de",{"evaluate":468,"extract":476},{"promptVersionExtension":215,"promptVersionScoring":216,"score":469,"tags":470,"targetMarket":227,"tier":228},100,[471,472,473,474,223,475,418],"microsoft","documentation","azure","net","rag",{"commitSha":278,"license":477,"plugin":478},"CC-BY-4.0",{"mcpCount":8,"provider":282,"skillCount":479},3,{"parentExtensionId":481,"repoId":482,"translatedFrom":483},"k17cyy5a1yyy3kgamhnat6m15x86n6r3","kd7a5v3pbwtsn0qajecay1jdcs86nn0z","k1735x1w1m3nbt4dfnr954mjsd86mkhc",[223,473,418,472,471,474,475],{"evaluatedAt":486,"extractAt":487,"updatedAt":488},1778693508577,1778693447172,1778693640036,{"_creationTime":490,"_id":491,"community":492,"display":493,"identity":498,"providers":502,"relations":507,"tags":511,"workflow":512},1778698425464.3115,"k17a9y822as9hqmk8ts9d8ck8d86m4a8",{"reviewCount":8},{"description":494,"installMethods":495,"name":496,"sourceUrl":497},"Upstash Context7 MCP-Server für die Abfrage aktueller Dokumentationen. Ruft versionsspezifische Dokumentationen und Codebeispiele direkt aus Quell-Repositories in den LLM-Kontext.",{"claudeCode":496},"context7-plugin","https://github.com/upstash/context7",{"basePath":499,"githubOwner":500,"githubRepo":501,"locale":466,"slug":501,"type":256},"plugins/claude/context7","upstash","context7",{"evaluate":503,"extract":506},{"promptVersionExtension":215,"promptVersionScoring":216,"score":469,"tags":504,"targetMarket":227,"tier":228},[472,225,505,444],"code-examples",{"commitSha":278},{"parentExtensionId":508,"repoId":509,"translatedFrom":510},"k17c6qmv4dnjycsp8aa4wyfbgh86n3jd","kd7955sg5wbf89gw527wdep66n86na9w","k17f8b1e3611rh6d9e6peh43b186m55k",[505,225,472,444],{"evaluatedAt":513,"extractAt":514,"updatedAt":515},1778698268645,1778698235845,1778698425464,{"_creationTime":517,"_id":518,"community":519,"display":520,"identity":525,"providers":529,"relations":540,"tags":542,"workflow":543},1778675056600.2087,"k17b4r2g2ja83z3hwj9w9wbh5h86mr8j",{"reviewCount":8},{"description":521,"installMethods":522,"name":523,"sourceUrl":524},"Use when you need to reduce LLM API spend, control token usage, route between models by cost/quality, implement prompt caching, or build cost observability for AI features. Triggers: 'my AI costs are ",{"claudeCode":523},"llm-cost-optimizer","https://github.com/alirezarezvani/claude-skills",{"basePath":526,"githubOwner":527,"githubRepo":528,"locale":17,"slug":523,"type":256},"engineering/llm-cost-optimizer","alirezarezvani","claude-skills",{"evaluate":530,"extract":536},{"promptVersionExtension":215,"promptVersionScoring":216,"score":531,"tags":532,"targetMarket":227,"tier":228},99,[275,533,534,226,535],"cost-optimization","api-management","prompt-engineering",{"commitSha":278,"license":537,"plugin":538},"MIT",{"mcpCount":8,"provider":282,"skillCount":539},1,{"repoId":541},"kd7ff9s1w43mfyy1n7hf87816186m6px",[534,533,275,226,535],{"evaluatedAt":544,"extractAt":545,"updatedAt":544},1778676115367,1778675056600]