graphonomous

c-u-l8er/graphonomous
★ 2 stars Elixir 🤖 AI/LLM Updated today
Agent memory that improves itself! Most memory systems are key-value stores with embeddings. Graphonomous is a closed loop — outcomes change beliefs, beliefs change retrieval, and the graph gets sharper with every action. Open-source MCP server, works with any model.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "graphonomous": {
      "command": "npx",
      "args": [
        "-y",
        "c-u-l8er/graphonomous"
      ]
    }
  }
}