jasonjmcghee 6 days ago

What's the advantage over the built-in solution? (and before it, .cursorrules)

https://docs.cursor.com/context/rules-for-ai

1
striking 6 days ago

You add some additional instructions to the Cursor rules here: https://github.com/getzep/graphiti/tree/main/mcp_server#inte...

I think the difference is that Cursor doesn't update its rules automatically as you work, while this might?

dan_voronov 5 days ago

.cursorrules and other files that are added as system instructions in Cursor are just files, meaning the agent can edit them easely - you can tell it from the chat to add something to a rule and it will do it.

You are also wrong that it cannot do this automatically: if you add to the system instruction to record all important decisions in .cursorrules, it will record them there. automatically

roseway4 6 days ago

Correct. The Graphiti MCP server, with the help of the agent, stores and retrieves preferences and requirements automatically without requiring rule changes.

randall 5 days ago

is this cursor specific or can i integrate with other things if im insane?

roseway4 5 days ago

Totally not Cursor-specific. Any MCP Client can be used. You may want to use different entity types that make more sense for your use case: https://github.com/getzep/graphiti/blob/dbe21a1975b0747cd450...

rahimnathwani 5 days ago

But you could tell cursor to update its rules automatically, no?