Skip to main content

๐Ÿง  Memory Vault โ€” persistent agent memory for MCP. 46 tools: agent_memory, memory_search, crypto, weather, DNS, QR, passwords, and 300+ REST endpoints. Glama score improved: merged 14 readability tools โ†’ 1 smart tool, fixed 14 {d} placeholder descriptions, added usage guidelines for agent disambiguation.

Project description

๐Ÿง  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 License: MIT Glama Score API Status MCP Registry Smithery Star History


โœจ 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."

# 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)

# Add to your MCP client config:
{
  "mcpServers": {
    "memory-vault": {
      "url": "https://api.gadgethumans.com/mcp"
    }
  }
}

Option B: Local via uvx

uvx gadgethumans-api-hub-mcp

Option C: Install

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 โ†’


๐Ÿ”ง REST API (no MCP needed)

# 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


๐Ÿ—๏ธ 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
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
Smithery smithery.ai/server/scotia1973/api-hub2
Subscribe api.gadgethumans.com/mcp-subscribe
API Gateway api.gadgethumans.com
Website 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.


Star this repo if Memory Vault helped your agent remember something important. โญ

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gadgethumans_api_hub_mcp-2.5.0.tar.gz (53.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gadgethumans_api_hub_mcp-2.5.0-py3-none-any.whl (50.0 kB view details)

Uploaded Python 3

File details

Details for the file gadgethumans_api_hub_mcp-2.5.0.tar.gz.

File metadata

  • Download URL: gadgethumans_api_hub_mcp-2.5.0.tar.gz
  • Upload date:
  • Size: 53.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.5 {"installer":{"name":"uv","version":"0.11.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for gadgethumans_api_hub_mcp-2.5.0.tar.gz
Algorithm Hash digest
SHA256 5a28ec7be44f3bff64c9e7ec235f0585f57e3922a113a763dd7d01836f75a3fe
MD5 9d3205fa98e4d7c235d5ad30a4ea94a7
BLAKE2b-256 05fd486a8c5bbc5f417c5f0d4d5c299fc31817f1af590f831f0c722dbd415865

See more details on using hashes here.

File details

Details for the file gadgethumans_api_hub_mcp-2.5.0-py3-none-any.whl.

File metadata

  • Download URL: gadgethumans_api_hub_mcp-2.5.0-py3-none-any.whl
  • Upload date:
  • Size: 50.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.5 {"installer":{"name":"uv","version":"0.11.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for gadgethumans_api_hub_mcp-2.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 654357101bd20f4980519785c60079830957a737244326767024d0326cf5931e
MD5 22eb184ec3604cc9b71cfc2bf05da03b
BLAKE2b-256 4f778a0013d5348d8bc6917effc107c8976231890b10c9b9b4b9ac203d384cd9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page