
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.
@fixyourdocs/mcp-server
Advanced tools
Model Context Protocol server for the Docs Feedback Protocol — exposes a single `file_doc_feedback` tool that any MCP client (Claude Desktop, Cursor, Codex, Gemini CLI) can call to file a structured docs-feedback report to https://hub.fixyourdocs.io
@fixyourdocs/mcp-serverModel Context Protocol (MCP) server that exposes a single tool —
file_doc_feedback — so any MCP client (Claude Desktop, Cursor, Codex,
Gemini CLI, …) can file a structured documentation-feedback report to
the FixYourDocs hub at hub.fixyourdocs.io when it encounters
docs that are broken, incorrect, outdated, missing, unclear, or
otherwise unhelpful.
Reports are forwarded to a GitHub Issue on the doc owner's repository when they have a FixYourDocs integration installed. No phone-home, no telemetry — the server only contacts the hub when an agent explicitly calls the tool.
@fixyourdocs/sdkThe server is designed to be run via npx, so you typically don't
install it directly — your MCP client launches it on demand:
npx -y @fixyourdocs/mcp-server
It speaks the standard MCP stdio transport. There is nothing to configure unless you want to point at a different hub (see Environment variables below).
Each MCP client has its own config file, but the shape is the same: a
named server entry with command + args.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"fixyourdocs": {
"command": "npx",
"args": ["-y", "@fixyourdocs/mcp-server"]
}
}
}
Restart Claude Desktop. The file_doc_feedback tool should appear in
the tool list.
Edit ~/.cursor/mcp.json (or your workspace's .cursor/mcp.json):
{
"mcpServers": {
"fixyourdocs": {
"command": "npx",
"args": ["-y", "@fixyourdocs/mcp-server"]
}
}
}
Edit ~/.codex/config.toml:
[mcp_servers.fixyourdocs]
command = "npx"
args = ["-y", "@fixyourdocs/mcp-server"]
mcp-inspector (for verification)npx @modelcontextprotocol/inspector npx -y @fixyourdocs/mcp-server
The inspector UI lists file_doc_feedback, accepts a fixture report,
and shows the { id } returned by the hub.
file_doc_feedbackMirrors the v0 spec's
Report envelope:
| Field | Type | Required | Notes |
|---|---|---|---|
doc_url | string | yes | URL of the doc page that produced the problem. Max 2048 chars. |
agent.name | string | yes | Lowercase kebab-case identifier, e.g. claude-code, cursor, codex. Max 64 chars. |
agent.version | string | no | Optional agent version string. |
agent.vendor | string | no | Optional vendor / publisher, e.g. Anthropic. |
report.kind | enum | yes | One of: broken, incorrect, outdated, missing, unclear, other. |
report.summary | string | yes | One-line description, ≤ 280 chars. |
report.details | string | no | Optional longer description. ≤ 8000 chars. |
report.suggested_fix | string | no | Optional concrete suggestion. ≤ 4000 chars. |
{
"id": "01ABCDEF0123456789ABCDEFGH"
}
id is a ULID returned by the hub — an idempotency confirmation, not a
fetchable handle. Reports are write-only on the public API: there is no
retrieval endpoint, and report contents reach the doc owner only via the
hub's GitHub-issue forwarding.
isError: true
results with a human-readable explanation.201 Created (new submission) or 200 OK (idempotent
duplicate), the tool returns { id } regardless — agents
don't need to distinguish, the hub will not double-file the issue.429 rate_limited, 5xx, or any network error, the tool
surfaces the error verbatim. Clients should treat this as transient
and retry with the same payload (the hub deduplicates on body
content).| Variable | Default | Purpose |
|---|---|---|
FIXYOURDOCS_HUB_URL | https://hub.fixyourdocs.io | Override the hub base URL. Useful for tests / self-host. |
Apache-2.0. See LICENSE.
FAQs
Model Context Protocol server for the Docs Feedback Protocol — exposes a single `file_doc_feedback` tool that any MCP client (Claude Desktop, Cursor, Codex, Gemini CLI) can call to file a structured docs-feedback report to https://hub.fixyourdocs.io
The npm package @fixyourdocs/mcp-server receives a total of 60 weekly downloads. As such, @fixyourdocs/mcp-server popularity was classified as not popular.
We found that @fixyourdocs/mcp-server 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.