🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@agentreadyweb/docusaurus-plugin

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentreadyweb/docusaurus-plugin

Docusaurus plugin that auto-indexes your docs in AgentReady after each build — making them instantly queryable by Claude, Cursor, and any MCP client

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
13
-50%
Maintainers
1
Weekly downloads
 
Created
Source

@agentreadyweb/docusaurus-plugin

Auto-index your Docusaurus site in AgentReady after every build — making your docs instantly queryable by Claude, Cursor, Windsurf, and any MCP client.

Install

npm install @agentreadyweb/docusaurus-plugin

Usage

// docusaurus.config.js
plugins: [
  ['@agentreadyweb/docusaurus-plugin', { domain: 'docs.yoursite.com' }]
]

That's it. After each docusaurus build, the plugin POSTs your domain to AgentReady's webhook. If the site isn't indexed yet, it gets crawled automatically. If it is, the index refreshes.

[AgentReady] ✓ Indexed! Agents can now query your docs at:
  MCP:  https://www.agentready.it.com/api/mcp

What it does

  • Hooks into Docusaurus's postBuild lifecycle
  • Calls POST https://www.agentready.it.com/api/webhook/refresh with your domain
  • No API key or account needed — rate limited to once per hour per domain
  • New sites are indexed automatically; existing sites are refreshed

Querying your docs

Once indexed, any MCP client can query your docs:

// Claude Desktop / Cursor / Windsurf
// Add to your MCP config:
{
  "agentready": {
    "command": "npx",
    "args": ["-y", "@agentreadyweb/mcp"]
  }
}

Or connect via HTTP:

https://www.agentready.it.com/api/mcp

Options

OptionTypeRequiredDescription
domainstringYesYour docs domain (e.g. docs.yoursite.com)

Keywords

docusaurus

FAQs

Package last updated on 13 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts