https://github.com/zenmemoryai/zenmemory-mcp-sol
https://github.com/zenmemoryai/zenmemory-mcp-sol
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zenmemoryai/zenmemory-mcp-sol
- Owner: ZenMemoryAI
- Created: 2025-04-18T07:11:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-28T08:43:00.000Z (5 months ago)
- Last Synced: 2025-04-28T09:57:58.752Z (5 months ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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