Mem MCP
Mem ships an official hosted, remote MCP server that gives AI tools secure OAuth-authenticated access to a user's Mem notes and collections. The docs state it exposes 23 tools for reading, creating, searching, and organizing notes and collections, backed by Mem's semantic search.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
create_note— Create a note with optional note ID and collection links; first line of content becomes the title.get_note— Fetch the full current state of a single note by ID (includes trashed_at when trashed).list_notes— List notes visible to the caller with cursor pagination.search_notes— Relevance-ranked note search from a free-text query with structured filters.extended_search_notes— Search notes and note-linked attachments together with attachment match context.find_related_notes— Find notes semantically related to the current content of a note.update_note— Submit a complete markdown body plus the exact version being updated.trash_note— Move a note to trash (recoverable removal).restore_note— Restore a previously trashed note.create_collection— Create a collection with optional caller-provided ID and timestamps.search_collections— Free-text relevance search across collections.add_note_to_collection— Add an existing note to an existing collection (membership link only).remove_note_from_collection— Remove a note from a collection while keeping both resources.move_note— Move a note from one collection to another.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.