Skip to content

Filesystem

Read/write local files

Open documentation ↗
No keyNo HTTPSCORS?MCP Servers

API key

Not required

HTTPS

Not supported

Browser calls

Unconfirmed

Status

Not yet checked

How to call it

A starting template for Filesystem. Replace ENDPOINT with the path from the official documentation, which we link above rather than guess at.

# No authentication required.
curl -s "https://github.com/ENDPOINT" \
  -H "Accept: application/json"

This API is served over plain HTTP. Browsers block HTTP requests made from an HTTPS page, so you will need a server-side call.

Where this listing comes from

Aggregated from one public source (public-apis), then normalised and checked by us.

Report an issue with this listing ↗

Other MCP Servers APIs

See all 3

Filesystem — common questions

Answered from what our own scheduled checks found, not from the provider's marketing.

Is Filesystem free to use?

Filesystem is listed in our free catalogue and required no credential when we called it. It needs no authentication at all, so you can send a request without signing up. Free tiers can still carry rate limits or non-commercial terms, so check the provider's own terms before shipping.

Does Filesystem need an API key?

No. We called Filesystem on our last run with no key, no token and no Authorization header, and it responded. That is what puts it in our no-key collection.

Can I call Filesystem from browser JavaScript?

We could not confirm CORS support for Filesystem. Test it from a browser before relying on it client-side; if the request succeeds in curl but fails in the console, CORS is the reason.

Is Filesystem available over HTTPS?

No. Filesystem was only reachable over plain HTTP when we checked. Browsers block HTTP requests made from an HTTPS page, so this will fail in production unless you call it from a server instead.