Echo Matrix MCP Server

Echo Matrix MCP Server
April 29, 2024 admin

Been developing an MCP server, tuck inspiration from the Houdini, Unreal and ConfyUI workflow. The code is entirely in python with a QT UI , so it’s compatible to run inside Maya, Houdini or standalone on Windows and Linux. This App helps with managing prompts and repetitive layered tasks that make use of LLMs or file databases. It can combine and reusing prompts or searching for details in a large database / documentation directory using langchain and Vectorized data with enhanced searchability using Deepseek locally. I’ve been using it to assist me writing song lyrics and music video production. It has also been useful for refactoring and management of its own code. I’ve been taking advantage of Codex for organizing and being able to create a manageable code base by making the nodes modular and split the different components that make up the app. If you’re interested in a MCP server to automate and create AI agents let me know or join my Discord Server and I’ll be able to set up an account to test the app from the web with no setup required.