memory-mcp-server

A Model Context Protocol server that provides knowledge graph management capabilities.

GitHub Stars

96

User Rating

Not Rated

Favorites

0

Views

29

Forks

9

Issues

0

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

macOS: 14.0 or higher
Swift: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/okooo5km/memory-mcp-server.git
cd memory-mcp-server

2. Install Dependencies

Resolve Swift dependencies by running:
bash
swift package resolve

3. Build the Server

bash
swift build

4. Start the Server

bash
swift run

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check your macOS version and ensure Swift is correctly installed.

Additional Resources