Loading languages...
@G

@gannonh/memento-mcp

@gannonh350

Memento MCP: A Knowledge Graph Memory System for LLMs

knowledge graph
memory
LLMs
semantic search
temporal awareness
Neo4j

# mcpServer Config

{
  "mcpServers": {
    "memento": {
      "command": "npx",
      "args": [
        "-y",
        "@gannonh/memento-mcp"
      ],
      "env": {
        "MEMORY_STORAGE_TYPE": "neo4j",
        "NEO4J_URI": "bolt://127.0.0.1:7687",
        "NEO4J_USERNAME": "neo4j",
        "NEO4J_PASSWORD": "memento_password",
        "NEO4J_DATABASE": "neo4j",
        "NEO4J_VECTOR_INDEX": "entity_embeddings",
        "NEO4J_VECTOR_DIMENSIONS": "1536",
        "NEO4J_SIMILARITY_FUNCTION": "cosine",
        "OPENAI_API_KEY": "your-openai-api-key",
        "OPENAI_EMBEDDING_MODEL": "text-embedding-3-small",
        "DEBUG": "true"
      }
    }
  }
}

# stdio

npx -y @gannonh/memento-mcp
Transport:
stdio
언어:
TypeScript
생성됨:3/30/2025
업데이트됨:11/8/2025
홈페이지: