Integrates with Get Notes API to search and retrieve knowledge from configured knowledge bases with AI-powered synthesis and raw recall capabilities
Local OnlyPancrePal-xiaoyibao
Awaiting current scanNpm · 1.2.0
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
Independent exact-version security scans
Continuous release and vulnerability monitoring
Risk-change alerts with capability context
Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
2025-06-18Negotiated protocol
get-notes-mcpServer-reported name
1Capability groups
Aug 18, 2026Observed
Tools 3
Tool
Category
Annotations
Risk
list_knowledge_basesList available knowledge bases with their IDs and descriptions. You MUST use this tool first to find the correct kb_id for search_knowledge or recall_knowledge.Input schema
{
"type": "object",
"properties": {}
}
—
—
recall_knowledgeRaw recall from knowledge base without AI synthesis. Returns list of relevant notes/files.Input schema
{
"type": "object",
"properties": {
"kb_id": {
"type": "string",
"description": "The ID of the knowledge base to search. Optional if only one KB is configured or to use the default."
},
"question": {
"type": "string",
"description": "The question or query"
},
"top_k": {
"type": "number",
"description": "Number of results to return",
"default": 10
},
"intent_rewrite": {
"type": "boolean",
"description": "Enable intent rewrite",
"default": false
}
},
"required": [
"question"
]
}
—
—
search_knowledgeSearch knowledge base with AI processing. Returns synthesized answers and references.Input schema
{
"type": "object",
"properties": {
"kb_id": {
"type": "string",
"description": "The ID of the knowledge base to search. Optional if only one KB is configured or to use the default."
},
"question": {
"type": "string",
"description": "The question to ask"
},
"deep_seek": {
"type": "boolean",
"description": "Enable deep thinking mode",
"default": false
},
"history": {
"type": "array",
"description": "Chat history for context",
"items": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"role": {
"type": "string",
"enum": [
"user",
"assistant"
]
}
}
}
}
},
"required": [
"question"
]
}
—
—
Resources 0
None observed.
Resource templates 0
None observed.
Prompts 0
None observed.
Remote endpoints
Endpoint
Transport
Authentication
Health
Observed
No verified remote endpoint is linked.
Get Notes MCP Server questions
How do I install Get Notes MCP Server?
Install the selected package version with: npm install --save-exact get_notebook_mcp_server@1.2.0
What tools does Get Notes MCP Server provide?
Get Notes MCP Server exposed 3 tools during independent protocol observation, including list_knowledge_bases, recall_knowledge, search_knowledge.
Is Get Notes MCP Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.