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
BeginnerEstimated 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
Author Information
Related MCPs
CryptoAnalysisMCP
19
CryptoAnalysisMCP is a cryptocurrency technical analysis tool built with Swift. It supports over 7 million tokens, providing real-time price data and technical indicators. While a Pro subscription is required for day traders, it is suitable for swing traders and long-term investors.
BookMinder
1
BookMinder is a tool designed to extract content and highlights from Apple Books, allowing for analysis with LLMs. It features the ability to list books, extract tables of contents from EPUB files, and export highlighted passages in Markdown format, specifically for use in macOS environments.