JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 295
  • Score
    100M100P100Q96983F
  • License ISC

File System MCP Server

Package Exports

  • @bunas/fs-mcp
  • @bunas/fs-mcp/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bunas/fs-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

FS MCP

A file system Model Context Protocol (MCP) server that enables file reading capabilities.

Installation

You can run this package directly using npx:

npx -y @bunas/fs-mcp@latest

Usage with API Key

You can provide an API key when running the package:

npx -y @bunas/fs-mcp@latest --API_KEY="your_api_key_here"

The API key can also be provided as an environment variable:

API_KEY="your_api_key_here" npx -y @bunas/fs-mcp@latest

Features

  • Seamless file reading via MCP
  • Command-line API key configuration