iiRecord
Agentic AI Atlas · Docusaurus MCP Server Plugin
tool-server:mcp-docusaurusa5c.ai
II.
ToolServer JSON

tool-server:mcp-docusaurus

Structured · live

Docusaurus MCP Server Plugin json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-ecosystems.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-docusaurus",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-ecosystems.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Docusaurus MCP Server Plugin",
    "description": "Docusaurus plugin that exposes documentation sites as an MCP server endpoint.\nAllows AI agents (Claude, Cursor, and other MCP-compatible tools) to perform\nfull-text search across documentation and retrieve page content as markdown.\nIndexing happens at build time via FlexSearch for fast, stateless query handling.\n",
    "protocol": "mcp",
    "category": "devtools",
    "repoUrl": "https://github.com/scalvert/docusaurus-plugin-mcp-server",
    "npmPackage": "docusaurus-plugin-mcp-server",
    "maintainer": "scalvert (Community)",
    "mcpTransports": [
      "mcp-transport:streamable-http"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-docusaurus",
      "to": "role:technical-writer",
      "kind": "supports_work",
      "attributes": {
        "confidence": "high",
        "evidence": "Docusaurus docs sites support developer-documentation authoring and review."
      }
    },
    {
      "from": "tool-server:mcp-docusaurus",
      "to": "workflow:developer-documentation-review",
      "kind": "supports_work",
      "attributes": {
        "confidence": "high",
        "evidence": "Docs source and build surfaces can be reviewed as a documentation workflow."
      }
    },
    {
      "from": "tool-server:mcp-docusaurus",
      "to": "framework:docusaurus",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-docusaurus",
      "to": "domain:web-development",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-docusaurus",
      "to": "domain:content-operations",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}