C
control-plane
/thinkneo_write_memory
thinkneo write memory
Write or update a Claude Code project memory file (.md). Persists project context, user preferences, feedback, and reference notes across Claude Code sessions.
liveunknown~5s typical
mcpcontrol-plane
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-thinkneo-control-plane /thinkneo_write_memory for me.
Input
| Field | Type | Description |
|---|---|---|
| filename* | string | Name of the memory file to write (e.g. 'user_fabio.md', 'project_thinkneodo_droplet.md'). |
| content* | string | Full markdown content to write to the file. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-thinkneo-control-plane","endpoint":"/thinkneo_write_memory","input":{"filename":"...","content":"..."}}'cli
npx cracked-ai run -p mcp-ai-thinkneo-control-plane -e /thinkneo_write_memory -i '{"filename":"...","content":"..."}'mcp
run_tool({ provider: "mcp-ai-thinkneo-control-plane", endpoint: "/thinkneo_write_memory", input: {"filename":"...","content":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.