A Model Context Protocol (MCP) server that provides access to JSR (JavaScript Registry) module documentation.
Here is an example chat with Zed using this mcp Server:
This server provides an MCP interface for retrieving documentation for JSR modules. It uses Deno's document API to fetch and serve module documentation on request.
jsr_docs
for retrieving module documentationAllows clients to request documentation for any JSR module.
Parameters:
module
(string): The name of the JSR module to document (e.g., @std/path
)Returns:
# Run the server with all required permissions deno run -A server.ts
Add Package
deno add jsr:@sigmasd/jsr-mcp
Import symbol
import * as jsr_mcp from "@sigmasd/jsr-mcp";
Import directly with a jsr specifier
import * as jsr_mcp from "jsr:@sigmasd/jsr-mcp";
Add Package
pnpm i jsr:@sigmasd/jsr-mcp
pnpm dlx jsr add @sigmasd/jsr-mcp
Import symbol
import * as jsr_mcp from "@sigmasd/jsr-mcp";
Add Package
yarn add jsr:@sigmasd/jsr-mcp
yarn dlx jsr add @sigmasd/jsr-mcp
Import symbol
import * as jsr_mcp from "@sigmasd/jsr-mcp";
Add Package
npx jsr add @sigmasd/jsr-mcp
Import symbol
import * as jsr_mcp from "@sigmasd/jsr-mcp";
Add Package
bunx jsr add @sigmasd/jsr-mcp
Import symbol
import * as jsr_mcp from "@sigmasd/jsr-mcp";