thinkneo_write_memory
ActiveTool of ThinkNEO MCP Server
Write or update a Claude Code project memory file (.md). Persists project context, user preferences, feedback, and reference notes across Claude Code sessions. Filename must end in .md with lowercase alphanumeric characters. Path traversal is blocked. Requires authentication.Use this to persist project context, user preferences, feedback, and reference notes across Claude Code sessions. The filename must end in .md and contain only lowercase letters, digits, underscores, and hyphens (e.g. 'user_fabio.md', 'project_new_feature.md'). Path traversal is blocked.
Parameters schema
{
"type": "object",
"title": "thinkneo_write_memoryArguments",
"required": [
"filename",
"content"
],
"properties": {
"content": {
"type": "string",
"title": "Content",
"description": "Full markdown content to write to the file."
},
"filename": {
"type": "string",
"title": "Filename",
"description": "Name of the memory file to write (e.g. 'user_fabio.md', 'project_thinkneodo_droplet.md'). Must end in .md."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries