MCP server intelligence profile

booklib MCP Server

A context engineering tool for AI coding assistants that detects post-training knowledge gaps, resolves them automatically, and delivers team decisions via MCP to Claude, Cursor, Copilot, and other AI tools

Local OnlyOfficial distributionbooklib-ai
Verified cleanNpm · 3.0.0

Our scanner tested version 3.0.0 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

1Distribution channel
5Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @booklib/core from npm

Version 3.0.0 declares 1 executable entrypoint.

npm install --save-exact @booklib/core@3.0.0
npx -y -p @booklib/core@3.0.0 @booklib/core
MCP client configuration example
{
  "mcpServers": {
    "@booklib/core": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@booklib/core@3.0.0",
        "@booklib/core"
      ]
    }
  }
}

Identity

Canonical slugbooklib-d40b5ad2DeploymentLocal Only
Canonical packagenpm:@booklib/coreRepositorybooklib-ai/booklib
First publishedLatest release
Last security verificationAug 20, 2026Classification confidence90%
PublicationPublishedOfficial distributionYes

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@booklib/core3.0.02Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@booklib/core3.0.0CurrentSep 5, 20265 toolsSucceeded · 0 resources · 0 promptsVerified clean
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

Provenanceartifact_hash_verifiedSignature
MCP SDK@modelcontextprotocol/sdk Artifact SHA-256526e2db936002da49b6a33cb867aaed049e1b43452c1332b8489fe81c038bd4b
Scannermcp-proof-engine 0.1.0Scan completedAug 20, 2026
Security rating36 / 100Methodologyversion-rating-1.0
Executable entrypoints
[
  "@booklib/core"
]
0Proven
516Clean
0Inconclusive
0Flaky
0Errors

Current protocol inventory

2025-06-18Negotiated protocol
booklib-engineServer-reported name
1Capability groups
Aug 14, 2026Observed

Tools 5

ToolCategoryAnnotationsRisk
guardCheck if code contradicts captured team decisions. Use after writing code that touches architecture, API choices, or team conventions.
Input schema
{
  "type": "object",
  "properties": {
    "file_path": {
      "type": "string",
      "description": "Path to the source file to check"
    }
  },
  "required": [
    "file_path"
  ]
}
lookupSearch BookLib for post-training API docs, team decisions, or expert knowledge. Prioritizes gap corrections, then team knowledge, then skills. Skip for standard patterns you already know.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "What you need to know (e.g., 'supabase auth session handling')"
    },
    "file": {
      "type": "string",
      "description": "Path to the file being worked on — adds language and component context"
    },
    "limit": {
      "type": "number",
      "description": "Maximum results (default: 3)"
    },
    "source": {
      "type": "string",
      "enum": [
        "all",
        "skills",
        "knowledge"
      ],
      "description": "Filter: 'all' (default), 'skills' (expert only), 'knowledge' (team/personal only)"
    }
  },
  "required": [
    "query"
  ]
}
rememberCapture a team decision, pattern, or insight as a searchable knowledge node. Use when the user says 'remember this', makes a decision, or discovers something worth preserving.
Input schema
{
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "Short descriptive title (e.g., 'use PaymentIntents not Charges')"
    },
    "content": {
      "type": "string",
      "description": "Detailed description in markdown. Leave empty for a stub."
    },
    "type": {
      "type": "string",
      "enum": [
        "insight",
        "decision",
        "pattern",
        "note",
        "research"
      ],
      "description": "Node type (default: 'insight')"
    },
    "tags": {
      "type": "string",
      "description": "Comma-separated tags"
    },
    "links": {
      "type": "string",
      "description": "Link targets as 'target:edge-type' pairs (e.g., 'auth:applies-to')"
    }
  },
  "required": [
    "title"
  ]
}
reviewDeep code review of a file against a named skill's principles. Returns structured findings with source citations.
Input schema
{
  "type": "object",
  "properties": {
    "skill_name": {
      "type": "string",
      "description": "Skill to review against (e.g., 'effective-kotlin', 'clean-code-reviewer')"
    },
    "file_path": {
      "type": "string",
      "description": "Path to the file to review"
    }
  },
  "required": [
    "skill_name",
    "file_path"
  ]
}
verifyCheck if a file's imports are covered by BookLib's index. Flags unknown post-training APIs that may need current docs.
Input schema
{
  "type": "object",
  "properties": {
    "file_path": {
      "type": "string",
      "description": "Path to the source file to check"
    },
    "auto_index": {
      "type": "boolean",
      "description": "Auto-index docs for unknown imports if configured"
    }
  },
  "required": [
    "file_path"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

booklib MCP Server questions

How do I install booklib MCP Server?

Install the selected package version with: npm install --save-exact @booklib/core@3.0.0

What tools does booklib MCP Server provide?

booklib MCP Server exposed 5 tools during independent protocol observation, including guard, lookup, remember, review, verify.

Is booklib MCP Server secure?

Our scanner tested version 3.0.0 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Developer Tool MCP ServersOfficial vs Community MCP ServersMCP Servers With Completed Verification

Let’s talk about MCP security.

Share your details and our security team will contact you.