Cursor10x MCPServer

aurda012
GitHub
AI Memory SystemPersistent MemoryAutonomous Agents

Loading subscription status...

💡 Description

The Cursor10x memory system creates a persistent memory layer for AI assistants (specifically Claude), allowing them to retain and remember short-term, long-term, and episodic memory autonomously.

📝 JSON Entries

{
  "mcpServers": [
    {
      "cursor10x-mcp": {
        "env": {
          "TURSO_AUTH_TOKEN": "your-turso-auth-token",
          "TURSO_DATABASE_URL": "your-turso-database-url"
        },
        "args": [
          "cursor10x-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

initConversationstoreAssistantMessagetrackActiveFilestoreDecisionstoreRequirementrecordEpisodegetComprehensiveContextendConversation

Features

  • Context persistence
  • Multi-dimensional memory structure
  • Semantic search capabilities
  • Vector-based storage and retrieval

💬 Example Queries

  • I need to implement a login system for my app
  • I've implemented the authentication system with JWT tokens as requested
  • Check the memory status and diagnostics