MCP server intelligence profile

Get Notes MCP Server

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.

Install get_notebook_mcp_server from npm

Version 1.2.0 declares 1 executable entrypoint.

npm install --save-exact get_notebook_mcp_server@1.2.0
npx -y -p get_notebook_mcp_server@1.2.0 get_notebook_mcp_server
MCP client configuration example
{
  "mcpServers": {
    "get_notebook_mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "get_notebook_mcp_server@1.2.0",
        "get_notebook_mcp_server"
      ]
    }
  }
}

Identity

Canonical slugget-notes-mcp-server-667b8e60DeploymentLocal Only
Canonical packagenpm:get_notebook_mcp_serverRepositoryPancrePal-xiaoyibao/get-biji-dev-by-gemini3pro
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmget_notebook_mcp_server1.2.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmget_notebook_mcp_server1.2.0CurrentSep 5, 20263 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

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

ToolCategoryAnnotationsRisk
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

EndpointTransportAuthenticationHealthObserved
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.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.