rememberizer-mcp-us-patent-ck
OfficialAllows searching and retrieving documents from Dropbox via the Rememberizer knowledge base.
Allows searching and retrieving emails from Gmail via the Rememberizer knowledge base.
Allows searching and retrieving documents from Google Drive via the Rememberizer knowledge base.
Allows searching and retrieving discussions from Slack via the Rememberizer knowledge base.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rememberizer-mcp-us-patent-ckFind patents related to artificial intelligence from 2020"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Rememberizer MCP Server for Common Knowledge
This Common Knowledge contains US patent data sourced from the Google Patents Public Datasets. The dataset includes bibliographic information and full-text data for US patents spanning from January 1, 2000 through November 2024, provided by IFI CLAIMS Patent Services.
Please note that rememberizer-mcp-us-patent-ck is currently in development and the functionality may be subject to change.
Components
Resources
The server provides access to two types of resources: Documents or Slack discussions.
Tools
retrieve_semantically_similar_internal_knowledgeSend a block of text and retrieve cosine similar matches from your connected Rememberizer personal/team internal knowledge and memory repository
Input:
match_this(string): A query of up to 400 words for which you wish to find semantically similar chunks of knowledgen_results(integer, optional): Number of semantically similar chunks of text to return. Use 'n_results=3' for up to 5, and 'n_results=10' for more informationfrom_datetime_ISO8601(string, optional): Start date in ISO 8601 format with timezone (e.g., 2023-01-01T00:00:00Z). Use this to filter results from a specific dateto_datetime_ISO8601(string, optional): End date in ISO 8601 format with timezone (e.g., 2024-01-01T00:00:00Z). Use this to filter results until a specific date
Returns: Search results as text output
smart_search_internal_knowledgeSearch for documents in Rememberizer in its personal/team internal knowledge and memory repository using a simple query that returns the results of an agentic search. The search may include sources such as Slack discussions, Gmail, Dropbox documents, Google Drive documents, and uploaded files
Input:
query(string): A query of up to 400 words for which you wish to find semantically similar chunks of knowledgeuser_context(string, optional): The additional context for the query. You might need to summarize the conversation up to this point for better context-aware resultsn_results(integer, optional): Number of semantically similar chunks of text to return. Use 'n_results=3' for up to 5, and 'n_results=10' for more informationfrom_datetime_ISO8601(string, optional): Start date in ISO 8601 format with timezone (e.g., 2023-01-01T00:00:00Z). Use this to filter results from a specific dateto_datetime_ISO8601(string, optional): End date in ISO 8601 format with timezone (e.g., 2024-01-01T00:00:00Z). Use this to filter results until a specific date
Returns: Search results as text output
list_internal_knowledge_systemsList the sources of personal/team internal knowledge. These may include Slack discussions, Gmail, Dropbox documents, Google Drive documents, and uploaded files
Input: None required
Returns: List of available integrations
rememberizer_account_informationGet information about your Rememberizer.ai personal/team knowledge repository account. This includes account holder name and email address
Input: None required
Returns: Account information details
list_personal_team_knowledge_documentsRetrieves a paginated list of all documents in your personal/team knowledge system. Sources could include Slack discussions, Gmail, Dropbox documents, Google Drive documents, and uploaded files
Input:
page(integer, optional): Page number for pagination, starts at 1 (default: 1)page_size(integer, optional): Number of documents per page, range 1-1000 (default: 100)
Returns: List of documents
remember_thisSave a piece of text information in your Rememberizer.ai knowledge system so that it may be recalled in future through tools retrieve_semantically_similar_internal_knowledge or smart_search_internal_knowledge
Input:
name(string): Name of the information. This is used to identify the information in the futurecontent(string): The information you wish to memorize
Returns: Confirmation data
Related MCP server: patent-mcp
Installation
Via MseeP AI Helper App
If you have the MseeP AI Helper app installed, you can search for "Rememberizer" and install the rememberizer-mcp-us-patent-ck.
Configuration
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
"mcpServers": {
"rememberizer": {
"command": "uvx",
"args": ["rememberizer-mcp-us-patent-ck"]
}
}Usage with MseeP AI Helper App
With support from the Rememberizer MCP server for Common Knowledge, you can now ask the following questions in your Claude Desktop app or SkyDeck AI GenStudio:
What is this Common Knowledge?
List all documents that it has there.
Give me a quick summary about "..."
and so on...
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server for searching and retrieving USPTO data, including patents, trademarks, assignments, and PTAB decisions. It allows users to research IP landscapes, track prosecution histories, and analyze inventor or assignee portfolios through integrated tools.Last updated39MIT
- Alicense-qualityDmaintenanceAI-powered patent search and analysis across 220M+ global patents. Semantic search, prior art discovery, novelty/patentability reports, and patent content retrieval.Last updatedApache 2.0
- Flicense-qualityDmaintenanceMCP server for USPTO patent prior-art search, enabling keyword search, ranking, and date filtering via Claude, Cursor, or Windsurf.Last updated
- AlicenseAqualityAmaintenanceMCP server for patent search and prior art discovery powered by Google Patents public dataset on BigQuery. Supports searching patents, fetching full patent details with CPC codes and citations, and retrieving legal claims text.Last updated34MIT
Related MCP Connectors
Patent search, USPTO data, patent landscape & pgvector prior-art search for agents.
AI-optimized patent data marketplace providing structured JSON datasets.
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skydeckai/rememberizer-mcp-us-patent-ck'
If you have feedback or need assistance with the MCP directory API, please join our Discord server