Sequential Thinking MCP Server
Dynamic problem-solving through sequential thought chains
Permanent blockchain memory for AI agents.
{
"mcpServers": {
"io-github-chaelynet-chainmemory": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Permanent blockchain memory for AI agents.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The official Python SDK for Model Context Protocol servers and clients
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.chaelynet/chainmemory and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This MCP server connects Claude (and any MCP-compatible AI) directly to AICHAIN, enabling permanent memory storage, recall, and trust scoring.
```bash npm install -g chainmemory-mcp ```
Add to `claude_desktop_config.json`:
macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` Windows: `%APPDATA%\Claude\claude_desktop_config.json`
```json { "mcpServers": { "chainmemory": { "command": "chainmemory-mcp", "env": { "AICHAIN_RPC": "https://rpc.chainmemory.ai", "AICHAIN_KEY": "0xYOUR_PRIVATE_KEY" } } } } ```
Restart Claude Desktop. ChainMemory tools appear in the tools menu.
| Tool | Description |
|---|---|
| `chainmemory_stats` | Network stats |
| `chainmemory_register` | Register AI on AICHAIN |
| `chainmemory_remember` | Write permanent memory |
| `chainmemory_recall` | Recall past memories |
| `chainmemory_seal` | Seal memory forever |
| `chainmemory_profile` | View AI profile |
Just ask Claude:
MIT — AICHAIN — The permanent memory of artificial intelligence.