remember
Exposed by 1325 servers, with 13 different definitions behind the one name.
The same name does not mean the same tool here.
1325 servers expose remember and we have recorded 13 distinct definitions of it. Compare the parameters below before assuming one is a drop-in for another.
Live data gateway for AI — 3,300+ tools across 750+ sources, with citations
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
Persistent memory layer that saves and recalls your project context and preferences.
Remember
Save important information to long-term memory. Always set collection when the topic is clear: project work → project:<slug>, personal tastes → personal:preferences. Use append_to to extend an existing memory instead of creating duplicates. Vector search indexing completes asynchronously within a few seconds after save. To save to a team workspace instead of personal memory, pass workspace: <name>.
| Parameter | Type | Description |
|---|---|---|
| tags | array | Optional tags. A tag like project:my-app also sets collection automatically. |
| type | string |
Category for this memory. Default: general. Use preference for tastes, fact for stable truths, instruction for rules.
one of: general, preference, fact, instruction, conversation
|
| content* | string | The information to remember. |
| group_id | string | UUID of a shared group. Required with visibility=shared when group_name is not set. |
| append_to | string | UUID of an existing memory to append to (same user). Keeps revision history. |
| workspace | string | To operate on a team workspace, pass its exact name, slug, or ID (e.g. "Acme"). Omit — or pass "personal" — for your personal memory (default). Every response echoes resolved_workspace so you can confirm where the operation actually happened. Call list_collections when unsure of the exact workspace name. |
| collection | string | Scope slug (e.g. project:memxus, personal:preferences). GitHub/Notion connector syncs use project:<slug> — one collection per project. Partial names work; call list_collections when unsure. |
| group_name | string | Exact group name (case-insensitive). Alternative to group_id for shared memories. |
| importance | number | Relevance weight from 0 (low) to 1 (high) for ranking in recall. Default: 0.5. |
| visibility | string |
private = personal only (default). shared = save to a group (set group_id or group_name).
one of: private, shared
|
* required
Author's annotations: title=Remember, readOnlyHint=False, openWorldHint=True, idempotentHint=False, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
Football-Data.org MCP — soccer competitions, matches, standings
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
City of Charlotte GIS — Charlotte, North Carolina open geospatial data (ArcGIS).
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
Canada Government Procurement MCP — CanadaBuys open data (keyless).
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
CFTC Commitment of Traders (COT) MCP.
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
CMS Open Data MCP — US Centers for Medicare & Medicaid Services.
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
Czech Statistical Office (Český statistický úřad, ČSÚ) open-data MCP.
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
data.ny.gov — New York State open-data Socrata portal
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
Oregon state open data via Socrata SoQL — agencies, business, health, environment.
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
Harvard Dataverse — research dataset repository (~150k datasets)
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
DBpedia MCP — SPARQL + Lookup over Wikipedia-derived structured data
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
Decodo MCP — wraps the Decodo Web Scraping API (decodo.com, formerly
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
EMDB (EBI Electron Microscopy Data Bank) MCP — keyless.
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
FCC Regulations MCP — US Federal Communications Commission rules (47 CFR).
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
GDELT MCP — Global Database of Events, Language, and Tone (free, no auth)
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
Geo MCP — geographic utilities from free public APIs
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
GitLab Public MCP — wraps the GitLab REST API v4 (public endpoints, no auth)
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
Harvard Art Museums MCP.
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
Housing Intel MCP — Meta-pack that chains FRED, BLS, ATTOM, and HUD APIs
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
What this page is
Every field above is reproduced as the server published it at the time shown. The description and the annotations are claims by the server's author. Toolpin does not call tools, so we cannot tell you whether a tool does what it says.
What we can tell you is whether the claim changed. The hash covers the fields the MCP specification defines, so a vendor build stamp does not move it but a rewritten description does. See how we monitor, or this server's change history.