@engram-sdk/mcp
v0.1.2
Published
Engram MCP server — expose Filecoin memory tools to any MCP client (Cursor, Claude Desktop)
Maintainers
Readme
@engram-sdk/mcp
MCP server for Engram memory tools. Use this when your host (Cursor, Claude Desktop, etc.) supports MCP and you want zero SDK glue code.
Start server
OPERATOR_PRIVATE_KEY=0x... ENGRAM_NETWORK=calibration npx @engram-sdk/mcpDefault endpoint: http://localhost:3456/mcp
Health check: http://localhost:3456/health
CLI commands
engram-mcp serve # start MCP server (default)
engram-mcp status # print runtime/SDK status JSON
engram-mcp doctor # validate local env/config setupExposed MCP tools
engram_storeengram_retrieveengram_renewengram_pruneengram_delegateengram_verify_delegationengram_restoreengram_status
Minimal MCP config (Cursor/Claude)
{
"mcpServers": {
"engram": { "url": "http://localhost:3456/mcp" }
}
}Common env vars
OPERATOR_PRIVATE_KEY(required to serve)ENGRAM_NETWORK(calibrationormainnet)ENGRAM_MCP_PORTENGRAM_ATTEST_ON_CHAINENGRAM_BUDGET_MAX_USDFCENGRAM_LOG_PATHVINCENT_SECRET_API_KEY(optional)
Docs and repo
- Docs: https://docs.engramsdk.dev/
- Repository: https://github.com/aryza0x/engram-sdk
