GitHub Stars
203
User Rating
Not Rated
Favorites
0
Views
29
Forks
27
Issues
10
Installation
Installation
Prerequisites
Please specify required software and versions:Installation Steps
1. Clone Repository
bash
git clone https://github.com/gannonh/memento-mcp.git
cd memento-mcp
2. Install Dependencies
bash
npm install
3. Configure Claude Desktop
Editclaude_desktop_config.json to add the MCP server:
json
{
"mcpServers": {
"memento-mcp": {
"command": "node",
"args": ["path/to/server.js"]
}
}
}
4. Start Server
bash
npm start
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.Additional Resources
80
Followers
39
Repositories
0
Gists
0
Total Contributions
aws-s3-mcp is a TypeScript library that simplifies interactions with AWS S3. It allows developers to easily perform operations such as uploading, downloading, and deleting data without directly handling AWS APIs, providing a user-friendly interface. This tool is particularly useful for streamlining workflows involving cloud storage.
WisdomForge is a powerful knowledge management system that forges wisdom from experiences, insights, and best practices. It utilizes the Qdrant vector database for efficient knowledge storage and retrieval. Supporting multiple knowledge types, it allows configurable database selection via environment variables.