stratafs TypeScript A semantic filesystem that turns Local / S3 / GCS / Azure / SharePoint / Drive / Jira storage into an AI-searchable knowledge base.
StrataFS indexes storage across Local, S3, GCS, Azure, SharePoint, Google Drive and Jira for semantic search, and exposes a CLI/MCP surface so agents and humans can ask "where do we handle JWT refresh?" against real storage.
Install
$ npm install -g stratafs Frequently asked questions
What is stratafs?
stratafs is A semantic filesystem that turns Local / S3 / GCS / Azure / SharePoint / Drive / Jira storage into an AI-searchable knowledge base. It is part of the Neul Labs open-source portfolio (36 MIT-licensed projects for AI agent infrastructure). StrataFS indexes storage across Local, S3, GCS, Azure, SharePoint, Google Drive and Jira for semantic search, and exposes a CLI/MCP surface so agents and humans can ask "where do we handle JWT refresh?" against real storage.
How do I install stratafs?
Install with: `npm install -g stratafs`. stratafs is MIT licensed and ships prebuilt binaries where applicable.
What language is stratafs written in?
stratafs is written in TypeScript.
Is stratafs open source?
Yes. stratafs is MIT licensed and publicly available at https://github.com/neul-labs/stratafs. All 36 Neul Labs projects are MIT licensed.