← Get Notes MCP Server

Get Notes MCP Server 1.2.0

npm · get_notebook_mcp_server · current release

3
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-18T08:44:34.640Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {}
}

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

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.