Skip to content

FAQ

Is this docs site part of the monorepo workspace?

No. This VitePress project is standalone under docs/ with its own package.json and npm scripts.

Which package should app developers install?

Install engramjs for the SDK. Add @engram-sdk/providers when you want provider factory helpers.

Do I need chain keys in development?

No. Use the mock provider for local development and CI without network calls.

What does prune delete?

prune removes the CID from active index tracking. It does not delete immutable content from Filecoin.

Should I always enable attestOnChain?

Enable it when you need verifiable audit trails. For rapid local iteration, it can stay off.

Can I run Engram from MCP only?

Yes. Run @engram-sdk/mcp and call engram_* tools from MCP-compatible clients.

Released under the MIT License.