Clawtex MCP server - structured memory for AI agents
LPM treats this as warn-only first-party agent extension lifecycle risk. Explicit `login` configures a first-party Clawtex MCP server in Claude Code. At runtime, the MCP server sends user-invoked memory operations to Clawtex's API; no unconsented install-time execution was found.
dist/login.js explicitly runs `claude mcp add -s user` after user invokes `login`.
dist/login.jsView on unpkgdist/login.js opens a browser and obtains an API key via device authorization.
package.jsonView on unpkgdist/client.js sends MCP tool data to https://www.clawtex.io/api using the API key.
dist/client.jsView on unpkgdist/server.js exposes state, event, lesson, session, and deletion tools over stdio.
dist/server.jsView on unpkgdist/login.js explicitly runs `claude mcp add -s user` after user invokes `login`.
dist/login.jsView on unpkgdist/login.js opens a browser and obtains an API key via device authorization.
package.jsonView on unpkg · L28dist/client.js sends MCP tool data to https://www.clawtex.io/api using the API key.
dist/client.jsView on unpkgdist/server.js exposes state, event, lesson, session, and deletion tools over stdio.
dist/server.jsView on unpkg