MemoryMesh
A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
File Explorer
Download Latest Version (.zip)- BaseManager.ts
- IEdgeManager.ts
- IManager.ts
- IManagerOperations.ts
- IMetadataManager.ts
- index.ts
- INodeManager.ts
- ISearchManager.ts
- ITransactionManager.ts
- ApplicationManager.ts
- EdgeManager.ts
- GraphManager.ts
- index.ts
- ManagerFactory.ts
- MetadataManager.ts
- NodeManager.ts
- SearchManager.ts
- TransactionManager.ts
- GraphOperations.ts
- index.ts
- SearchOperations.ts
- TransactionOperations.ts
- index.ts
- config.ts
- index.ts
- Edge.ts
- EdgeWeightUtils.ts
- Graph.ts
- GraphValidator.ts
- index.ts
- Node.ts
- index.ts
- Metadata.ts
- MetadataProcessor.ts
- index.ts
- SchemaBuilder.ts
- SchemaLoader.ts
- SchemaProcessor.ts
- index.ts
- artifact.schema.json
- currency.schema.json
- faction.schema.json
- inventory.schema.json
- location.schema.json
- npc.schema.json
- player_character.schema.json
- quest.schema.json
- skills.schema.json
- temporal.schema.json
- transportation.schema.json
- memory.json
- EventEmitter.ts
- EventTypes.ts
- index.ts
- index.ts
- IStorage.ts
- JsonLineStorage.ts
- index.ts
- BaseToolHandler.ts
- DynamicToolHandler.ts
- GraphToolHandler.ts
- index.ts
- MetadataToolHandler.ts
- SearchToolHandler.ts
- ToolHandlerFactory.ts
- dynamicTools.ts
- index.ts
- staticTools.ts
- toolsRegistry.ts
- callToolHandler.ts
- DynamicSchemaToolRegistry.ts
- index.ts
- index.ts
- index.ts
- operations.ts
- tools.ts
- index.ts
- responseFormatter.ts
- index.ts
- index.ts
- edgeWeightUtils.test.ts
- graphValidator.test.ts
- graphToolHandler.test.ts
- searchToolHandler.test.ts
- schemaBuilder.test.ts
- responseFormatter.test.ts
- mcpCompliance.test.ts
- staticTools.test.ts
- .gitignore
- CHANGELOG.md
- Dockerfile
- LICENSE
- MemoryViewer.html
- package-lock.json
- package.json
- README.md
- SchemaManager.html
- tsconfig.json
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/CheMiguel23/MemoryMesh
Downloads the entire project code from GitHub to your computer.
cd MemoryMesh
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t memorymesh .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 memorymesh
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run build
Builds optimized production files.
* Make sure your `npm run build` command completed without errors.
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
