Launching today

KeystoneMCP
AI-powered creative project organization
9 followers
AI-powered creative project organization
9 followers
KeystoneMCP is an MCP server that gives AI assistants persistent production context for creative projects. Unlike chatbots or MCP aggregators, it maintains a structured project graph of assets, tasks, versions, dependencies, approvals and file locations. It helps AI organize folders, place files correctly, track work across sessions and identify valid next steps. Built primarily for solo artists working across tools like Houdini, Maya, Nuke and Blender.




How does KeystoneMCP actually keep the project graph in sync when files get moved or renamed outside the assistant, like directly in Finder or Houdini?
@cemilorgu Currently it uses explicit filesystem reconciliation rather than a live file watcher.
If something is moved or renamed in Finder or Houdini, the next scan detects that the registered path is missing and that a new unregistered file or folder exists. Keystone creates reviewable proposals instead of guessing that the two are the same item. The artist or assistant can then confirm the correction, which updates the graph atomically and records it in the audit history.
That is deliberately cautious because silently matching renamed production files could corrupt dependencies or version history. Automatic background monitoring is a logical future addition, but I would keep the confirmation step.
The project graph idea is genuinely useful, my Houdini folders are a mess and I kept re-explaining file paths each session. Tracking valid next steps sounds like it could save real time on solo work.
finally something that remembers where my textures live between houdini sessions, the project graph approach actually makes sense for messy solo pipelines
Finally something that remembers where I left my Houdini bgeo files between sessions. The project graph actually makes sense for once.