
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
starlight-agentready
Advanced tools
Starlight plugin that submits your docs to AgentReady after every build, making them instantly queryable by AI agents via MCP.
Starlight plugin that submits your docs site to AgentReady after every build, making it instantly queryable by AI agents (Claude, Cursor, Windsurf, and any MCP client) with cited, multi-page answers.
npm install starlight-agentready
Add the plugin to your astro.config.mjs:
import { defineConfig } from 'astro/config'
import starlight from '@astrojs/starlight'
import agentready from 'starlight-agentready'
export default defineConfig({
site: 'https://docs.yoursite.com', // used to infer domain automatically
integrations: [
starlight({
title: 'My Docs',
plugins: [agentready()],
}),
],
})
If you don't have site set, specify the domain explicitly:
plugins: [agentready({ domain: 'docs.yoursite.com' })]
After each astro build:
[AgentReady] ✓ Indexed docs.yoursite.com. AI agents can now query it.
[AgentReady] MCP: https://www.agentready.it.com/api/mcp
After your site builds, the plugin posts your domain to AgentReady's indexing webhook. AgentReady crawls your docs and makes them queryable via:
https://www.agentready.it.com/api/mcp (works in Claude, Cursor, Windsurf, and any MCP client)POST https://www.agentready.it.com/api/sites/{id}/askhttps://www.agentready.it.com/api/sites/{id}/llms.txtClaude Code / Claude Desktop
claude mcp add agentready npx @agentreadyweb/mcp
VS Code (GitHub Copilot)
// .vscode/mcp.json
{
"servers": {
"agentready": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@agentreadyweb/mcp"]
}
}
}
Then ask your AI: "Ask agentready: how do I configure X in [your docs]?"
| Option | Default | Description |
|---|---|---|
domain | (inferred from site) | Domain of your docs site (e.g. docs.example.com) |
MIT © AgentReady
FAQs
Starlight plugin that submits your docs to AgentReady after every build, making them instantly queryable by AI agents via MCP.
The npm package starlight-agentready receives a total of 6 weekly downloads. As such, starlight-agentready popularity was classified as not popular.
We found that starlight-agentready demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.