Skip to main content
Glama
README.md
# 🧠 Memory Vault β€” *Don't Let Your Agent Wake Up Amnesic*

> **Every AI agent forgets everything between sessions. Memory Vault fixes that.**
>
> Persistent cross-session memory for any MCP-compatible agent β€” Claude Code, Cursor, Windsurf, Codex CLI, Copilot, and 100+ more. Plus 45 utility tools.

[![PyPI version](https://badge.fury.io/py/gadgethumans-api-hub-mcp.svg)](https://pypi.org/project/gadgethumans-api-hub-mcp/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
[![Glama Score](https://glama.ai/mcp/servers/scotia1973-bot/api-hub/badges/score.svg)](https://glama.ai/mcp/servers/scotia1973-bot/api-hub)
[![API Status](https://img.shields.io/badge/status-100%25%20operational-success)](https://api.gadgethumans.com)
[![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io)
[![Smithery](https://img.shields.io/badge/Smithery-deployed-green)](https://smithery.ai/server/scotia1973/api-hub2)
[![Star History](https://api.star-history.com/svg?repos=scotia1973-bot/api-hub&type=Date)](https://star-history.com/#scotia1973-bot/api-hub&Date)

---

## ✨ Why Memory Vault?

AI agents have a **fundamental limitation**: they're born with amnesia. Every new session is a blank slate. They forget:
- βœ… What you asked them to do
- βœ… What they learned about your project
- βœ… What config/credentials they set up
- βœ… What they already told another tool

**Memory Vault is the first MCP server that gives agents permanent memory.** Store once, recall forever. No more "I already told you this."

```bash
# Agent says: "I don't remember our previous conversation"
# With Memory Vault: "I remember β€” here's what we discussed last session"
```

---

## πŸš€ Quick Start (5 seconds)

### Option A: Hosted endpoint (no install)
```bash
# Add to your MCP client config:
{
  "mcpServers": {
    "memory-vault": {
      "url": "https://api.gadgethumans.com/mcp"
    }
  }
}
```

### Option B: Local via uvx
```bash
uvx gadgethumans-api-hub-mcp
```

### Option C: Install
```bash
pip install gadgethumans-api-hub-mcp
```

**That's it. 46 MCP tools. Instant memory.**

---

## 🧠 The Memory Vault (Killer Feature)

| Tool | What it does |
|------|-------------|
| `agent_memory` | Store/recall/delete persistent data by key. Agents remember across sessions forever. |
| `memory_search` | Full-text search across everything you've stored. |
| `memory_list` | Browse all stored keys by category. |
| `agent_profile` | View your vault stats, usage, and upgrade options. |

### How it works

```
Session 1: Agent stores "project_config" β†’ KV saves it forever
    ↓
Session 2 (days later): Agent recalls "project_config" β†’ instant retrieval
    ↓
Session 100: Agent still remembers. Never forgets.
```

**Data never expires.** Stored in Cloudflare KV (99.99% durability). Only accessible by your agent.

---

## πŸ›  45 Utility Tools β€” Everything Else

| Category | Tools |
|----------|-------|
| πŸ” **Security** | QR codes, password generator, UUIDs, hash (MD5/SHA256/SHA512), Base64, NanoID, ULID |
| πŸ’° **Finance** | Crypto prices (Binance), currency exchange, mortgage calc, loan calc, investment calc, tax bracket, VAT calc, salary calc, compound interest |
| 🌀️ **Weather** | Current weather, 7-day forecast, geocode, reverse geocode, air quality |
| 🌐 **Web** | OG metadata, URL analyzer, RSS parser, meta scrape, link checker, page size, HTTP headers |
| πŸ“‘ **Network** | DNS lookup, reverse DNS, DNSSEC, SSL check, WHOIS, domain age, CDN detect, port check, IP geolocation |
| πŸ“ **Text** | Slugify, case convert, truncate, reverse, shuffle, padding, wrap, indent, remove accents, stopword removal, binary/base conversion |
| 🎨 **Colors** | Hex↔RGB↔HSL↔HSV↔CMYK, color palette, contrast check, color harmony, color blindness sim |
| πŸ“Š **Data** | CSV↔JSON, JSON↔XML↔YAML, TOML↔JSON, INI↔JSON, TSV↔JSON, diff, merge, flatten, sort, filter, dedupe |
| πŸ”’ **Math** | Fibonacci, prime check, factorial, GCD/LCM, percentage, stats, matrix ops, correlation, quadratic solver, geometry |
| πŸ₯ **Health** | BMI, BMR, TDEE, body fat, calorie burn, macro calc, water intake, heart rate zones, VOβ‚‚ max |
| πŸ“– **Readability** | Flesch-Kincaid, Gunning Fog, SMOG, ARI, Dale-Chall, FORCAST, Linsear Write, clarity score |
| πŸ’» **Code** | Complexity analysis, stats, beautify, indent check, comment strip, bracket matching, language detection, TODO finder, SQL format |
| πŸ”„ **Conversions** | Speed, area, volume, pressure, temperature (all units), time, angle, energy, data rate, pixels, bytes |
| πŸ”“ **Ciphers** | Atbash, Caesar, ROT13, VigenΓ¨re, Morse code, NATO phonetic, Base32, Base85 |
| 🌍 **Reference** | Countries, currencies, languages, HTML entities, HTTP codes, MIME types, emoji list, ASCII table, paper sizes, chemical elements, keyboard layouts |
| πŸ“… **Dates** | Business days, age calculator, week number, season, timezone conversion |
| πŸƒ **Fitness** | BMI, BMR, TDEE, body fat, ideal weight, calorie burn, macro calc, water intake, sleep calc, pace calc |

**Plus 300+ REST endpoints** via the `call_api` proxy tool.

---

## πŸ’° Pricing

| Tier | Price | Requests/day | Memory |
|------|-------|-------------|--------|
| πŸ†“ **Free** | $0 | 100 | βœ… Persistent |
| ⭐ **Pro** | **$2.99/mo** | 500 | βœ… Unlimited |
| 🏒 **Enterprise** | **$9.99/mo** | Unlimited | βœ… Unlimited |

πŸ‘‰ **[Subscribe to Pro β†’](https://api.gadgethumans.com/mcp-subscribe)**

---

## πŸ”§ REST API (no MCP needed)

```bash
# Free β€” no API key
curl "https://api.gadgethumans.com/qr?text=hello%20world"
curl "https://api.gadgethumans.com/password?length=24"
curl "https://api.gadgethumans.com/weather?city=London"
curl "https://api.gadgethumans.com/crypto?symbol=bitcoin"
curl "https://api.gadgethumans.com/dns?domain=example.com"
```

All 300+ endpoints at **[api.gadgethumans.com](https://api.gadgethumans.com)**

---

## πŸ—οΈ Architecture

```
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  AI Agent   │────→│  Memory Vault MCP        │────→│  Cloudflare  β”‚
β”‚ (Claude,    β”‚     β”‚  api.gadgethumans.com/mcpβ”‚     β”‚  Worker + KV β”‚
β”‚  Cursor,    β”‚     β”‚                          β”‚     β”‚              β”‚
β”‚  Codex, etc)β”‚     β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”‚     β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”  β”‚
β”‚             β”‚     β”‚  β”‚ agent_memory       β”‚  │────→│  β”‚  KV    β”‚  β”‚
β”‚             β”‚     β”‚  β”‚ memory_search      β”‚  β”‚     β”‚  β”‚ Store  β”‚  β”‚
β”‚             β”‚     β”‚  β”‚ memory_list        β”‚  β”‚     β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β”‚
β”‚             β”‚     β”‚  β”‚ 45 utility tools   β”‚  β”‚     β”‚              β”‚
β”‚             β”‚     β”‚  β”‚ call_api (300+ )   β”‚  β”‚     β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”  β”‚
β”‚             β”‚     β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β”‚     β”‚  β”‚REST APIβ”‚  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜     β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜     β”‚  β”‚ 300+   β”‚  β”‚
                                                     β”‚  β”‚ routes β”‚  β”‚
                                                     β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β”‚
                                                     β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
```

---

## πŸ“¦ Links

| Resource | Link |
|----------|------|
| **MCP Endpoint** | `https://api.gadgethumans.com/mcp` |
| **PyPI Package** | [`gadgethumans-api-hub-mcp`](https://pypi.org/project/gadgethumans-api-hub-mcp/) |
| **Install** | `pip install gadgethumans-api-hub-mcp` or `uvx gadgethumans-api-hub-mcp` |
| **MCP Registry** | `com.gadgethumans.api/api-hub` |
| **Glama** | [glama.ai/mcp/servers/scotia1973-bot/api-hub](https://glama.ai/mcp/servers/scotia1973-bot/api-hub) |
| **Smithery** | [smithery.ai/server/scotia1973/api-hub2](https://smithery.ai/server/scotia1973/api-hub2) |
| **Subscribe** | [api.gadgethumans.com/mcp-subscribe](https://api.gadgethumans.com/mcp-subscribe) |
| **API Gateway** | [api.gadgethumans.com](https://api.gadgethumans.com) |
| **Website** | [gadgethumans.com](https://www.gadgethumans.com) |

---

## 🀝 Compatibility

Works with any MCP-compatible client:
- **Claude Desktop / Claude Code**
- **Cursor**
- **Windsurf**
- **Codex CLI**
- **GitHub Copilot**
- **Continue.dev**
- **Cline**
- **OpenAI Responses API**
- **Any MCP host**

---

## πŸ“ License

MIT β€” do what you want. Built with ⚑ by [Gadget Humans](https://www.gadgethumans.com).

---

*Star this repo if Memory Vault helped your agent remember something important. ⭐*

TDQS

C2.2/5.0

Scored across 338 tools

Disambiguation1/5

With 338 tools, massive overlap is pervasive: there are a dozen readability metric tools (gunning_fog_score, smog_index, ari_score, etc.), multiple unique-ID generators (generate_uuid, generate_nanoid, generate_ulids), and duplicate text transformers (invert_case vs swap_case, summarize vs tldr). Agents would constantly struggle to pick between near-identical tools.

Naming Consistency2/5

Naming is highly inconsistent: some tools use verb_noun (generate_qr_code, convert_currency), others use *_calc or calculate_* (mortgage_calculator, calculate_date), and a large block uses single vague words (summarize, translate, grammar, faq, quiz). The mixed convert_* and *_convert patterns (convert_units vs speed_convert) further break predictability.

Tool Count1/5

338 tools is an extreme count, far beyond the 50+ threshold for a score of 1. Most are trivial one-function utilities like flip_coin, roll_dice, reverse_text, and pad_text, which bloat the tool surface and make selection dramatically harder without adding meaningful capability.

Completeness2/5

The server has no coherent domainβ€”it is a grab-bag of physics, finance, text, color, code, and web utilitiesβ€”so completeness is ill-defined and impossible to satisfy. Despite enormous breadth, coverage is fragmented (many near-duplicate readability/color/loan tools) while whole categories like image processing or PDF handling are absent.

Maintenance

ActivityMaintained
ResponsivenessSyncing