JSR-MCP Server
by sigmaSd
A Model Context Protocol (MCP) server that provides access to JSR (JavaScript Registry) module documentation. It uses Deno's document API to fetch and serve module documentation on request.
Last updated: N/A
What is JSR-MCP Server?
An MCP interface for retrieving documentation for JSR modules. It uses Deno's document API to fetch and serve module documentation on request.
How to use JSR-MCP Server?
Run the server using deno run -A server.ts
. Clients can then request documentation for JSR modules using the jsr_docs
tool.
Key features of JSR-MCP Server
Simple MCP-based interface
JSR module documentation retrieval
Exposes
jsr_docs
toolUses Deno's document API
Use cases of JSR-MCP Server
Retrieving documentation for JSR modules programmatically
Integrating JSR documentation into development tools
Providing JSR documentation in chat applications
Automated documentation generation
FAQ from JSR-MCP Server
What is JSR?
What is JSR?
JSR stands for JavaScript Registry.
What is MCP?
What is MCP?
MCP stands for Model Context Protocol.
What is the jsr_docs
tool?
What is the jsr_docs
tool?
The jsr_docs
tool allows clients to request documentation for any JSR module.
What parameters does jsr_docs
accept?
What parameters does jsr_docs
accept?
The jsr_docs
tool accepts a module
parameter, which is the name of the JSR module to document (e.g., @std/path
).
What does jsr_docs
return?
What does jsr_docs
return?
It returns the documentation for the specified module in plain text format.