Miro
v1.0.2
io.github.miroapp/mcp-server
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
“Docs” 共 618 个结果
v1.0.2
io.github.miroapp/mcp-server
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
v1.0.0
io.github.themohal/kognitrix
8 AI services via MCP: content, code, image, docs, data extraction, translation, SEO, email.
v1.0.1
io.github.joesaby/doctree-mcp
BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls.
v1.1.0
io.github.wwwwujl/yuque-mcp
Yuque MCP server with safe read/write tools for groups, group members, repositories, docs, and TOC.
v1.0.0
io.github.CleanSlice/mcp
Architecture docs and patterns for NestJS + Nuxt full-stack apps
v0.12.12
io.github.taazkareem/clickup
Premium AI integration. Tasks, lists, docs, folders, time. 50+ tools. Instant setup.
v1.0.0-preview.1
io.github.aws/aws-mcp
A managed MCP server enabling AI agents to access AWS using docs, API calls, and SOP workflows.
v1.0.1
io.github.tencent-lexiang/lexiang-mcp-server
Tencent Lexiang AI knowledge base MCP server for searching, managing entries, and editing docs.
v3.24.0
io.github.robinmordasiewicz/f5xc-terraform-mcp
F5 Distributed Cloud Terraform provider docs, 270+ OpenAPI specs, and subscription info for AI.
v1.3.3
com.docfork/docfork-mcp
Up-to-date docs for AI. DEPRECATED: Use io.github.docfork/docfork instead.
v1.0.0-preview.0
io.github.aws/mcp-proxy-for-aws
AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows.
v1.0.0
com.microsoft/microsoft-learn-mcp
Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.
v1.2.13
uno.platform/uno
The Uno Platform MCP Server to get up-to-date docs and prompts
v1.0.0
io.github.cashfree/cashfree-mcp
Cashfree MCP server for cashfree docs and APIs
vmain
io.github.anthropics/skills/theme-factory
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
vmain
io.github.anthropics/skills/doc-coauthoring
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
vmaster
io.github.deepseek-ai/deepseek-harness/dsh-trim-cot-leakage
Use when auditing or fixing prose that reads like a leaked reasoning transcript — dead design-session citations such as (decision N), audit item codes, or §N of uncommitted drafts; change narration such as "used to", "no longer", "this cut"; stack or review vantage ("a later PR in this stack", "rejected in review"); reviewer-addressed justifications; control-flow narration; or hedged planning residue in comments, JSDoc, docs, or Agent Notes.
vdev
io.github.tabler/tabler/ui-component
Build or extend a shared Astro component in `shared/ui/*.astro` (or `shared/components/**`) — the library that both the preview and the docs render. Use whenever the user asks for a new component, for a new prop, variant or size on an existing one, or for a refactor of a shared component. Covers the Props interface, the prop-name dictionary, class composition, slots, the `as` pitfall, and the follow-ups (demo page, docs, changeset) a new component needs.
vdev
io.github.tabler/tabler/astro-dev
Start a Tabler Astro dev server and verify a change in the browser. Use whenever a change to `preview/`, `docs/`, `shared/` or `core/` has to be seen running — before handing a page or component back — and whenever the dev server behaves oddly: stale CSS/JS, assets that vanish, a page that will not reload. Covers which server to start on which port, background mode, the rule against building while a dev server runs, and the verification loop.
vdev
io.github.tabler/tabler/core-scss
Write or change styles in `core/scss/` — the framework itself. Use whenever a component needs a new class, modifier, size or colour variant, when a Sass or CSS custom property is added or renamed, when dark mode or RTL behaviour is involved, and before touching `_variables.scss`, `_props.scss` or anything under `core/scss/ui/`. Covers where a style goes, the custom-property pattern and its build-time `--tblr-` prefix, dark mode, RTL, the docs markers, the SCSS unit tests and the lint/size gates.
vmain
io.github.openclaw/openclaw/openclaw-ci-limits
Manage OpenClaw GitHub Actions and Blacksmith CI capacity, runner-registration budgets, fanout caps, main-push single-flight, shard sizing, hosted-runner offload, queue health, and safe ramp-down/ramp-up changes. Use when tuning `.github/workflows/*`, `docs/ci.md`, CI runner labels, matrix `max-parallel`, ClawSweeper/Blacksmith burst protection, CodeQL runner placement, or investigating slow/queued OpenClaw CI.
vnext
io.github.storybookjs/storybook/stories
Invoke FIRST, before creating, editing, or deleting components, stories, styles, CSS, themes, colors, or design tokens — anything that changes how the UI looks, no exceptions. Also for starting or previewing Storybook to verify UI, requests to show, browse, or list components, stories, or UI states, and docs, props, or usage lookups.
vnext
io.github.storybookjs/storybook/stories
Invoke FIRST, before creating, editing, or deleting components, stories, styles, CSS, themes, colors, or design tokens — anything that changes how the UI looks, no exceptions. Also for starting or previewing Storybook to verify UI, requests to show, browse, or list components, stories, or UI states, and docs, props, or usage lookups.
vmain
io.github.microsoft/vscode/agent-customization
**WORKFLOW SKILL** — Create, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md, copilot-instructions.md, AGENTS.md). USE FOR: saving coding preferences; troubleshooting why instructions/skills/agents are ignored or not invoked; configuring applyTo patterns; defining tool restrictions; creating custom agent modes or specialized workflows; packaging domain knowledge; fixing YAML frontmatter syntax. DO NOT USE FOR: general coding questions (use default agent); runtime debugging or error diagnosis; MCP server configuration (use MCP docs directly); VS Code extension development. INVOKES: file system tools (read/write customization files), ask-questions tool (interview user for requirements), subagents for codebase exploration. FOR SINGLE OPERATIONS: For quick YAML frontmatter fixes or creating a single file from a known pattern, edit the file directly — no skill needed.