An open API service indexing awesome lists of open source software.

https://github.com/zenmemoryai/zenmemory-mcp-sol


https://github.com/zenmemoryai/zenmemory-mcp-sol

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# ZenMemory MCP Server

Decentralized AI Memory Infrastructure β€” powered by MCP and Solana Agent Kit.

## Features

- 🧠 Full MCP server using `@modelcontextprotocol/typescript-sdk`
- πŸ”— Solana on‑chain memory context via `@solana/agent-kit`
- πŸ”„ Express HTTP API: `POST /memory`, `GET /memory/:id`, `GET /user/:userId/memories`
- πŸš€ In-memory or pluggable DB/IPFS storage

## Prerequisites

- Node.js >=16
- Yarn or npm
- A Solana keypair secret in environment

## Quickstart

1. **Clone & install**
```bash
git clone https://github.com/ZenMemoryAI/zenmemory-mcp-sol.git
cd zenmemory-mcp-sol
npm install