MCP server intelligence profile

Knowledge Retrieval Server MCP Server

A BM25-based MCP server that enables document search and retrieval across structured domains of knowledge content, allowing Claude to search and reference documentation when answering questions

Local Onlycskwork
Awaiting current scanSource Git · b9867bc0e603e350d04d2b503176a5179fbb5391

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
4Independently 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.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical slugknowledge-retrieval-server-f2e26be3DeploymentLocal Only
Canonical packageRepositorycskwork/keyword-rag-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gitcskwork/keyword-rag-mcpb9867bc0e603e350d04d2b503176a5179fbb53911Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gitcskwork/keyword-rag-mcpb9867bc0e603e350d04d2b503176a5179fbb5391CurrentAug 25, 20264 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
knowledge-retrievalServer-reported name
1Capability groups
Aug 25, 2026Observed

Tools 4

ToolCategoryAnnotationsRisk
get-chunk-with-contextGet specific chunk with surrounding context.
Input schema
{
  "type": "object",
  "properties": {
    "documentId": {
      "type": "number",
      "description": "Document ID"
    },
    "chunkId": {
      "type": "number",
      "description": "Chunk ID"
    },
    "windowSize": {
      "type": "number",
      "description": "Context window size (default: 1)",
      "default": 1
    }
  },
  "required": [
    "documentId",
    "chunkId"
  ]
}
get-document-by-idRetrieve full document by ID.
Input schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "number",
      "description": "Document ID to retrieve"
    }
  },
  "required": [
    "id"
  ]
}
list-domainsList all available domains and their document counts.
Input schema
{
  "type": "object",
  "properties": {}
}
search-documentsSearch documents using BM25 algorithm. Takes keyword arrays and returns relevant document chunks.
Input schema
{
  "type": "object",
  "properties": {
    "keywords": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Array of keywords to search for (e.g., [\"payment\", \"API\", \"authentication\"])"
    },
    "domain": {
      "type": "string",
      "description": "Domain to search in (optional, e.g., \"company\", \"customer\")"
    },
    "topN": {
      "type": "number",
      "description": "Maximum number of results to return (default: 10)",
      "default": 10
    }
  },
  "required": [
    "keywords"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Knowledge Retrieval Server MCP Server questions

How do I install Knowledge Retrieval Server MCP Server?

No verified package installation command is available in the retained catalog evidence.

What tools does Knowledge Retrieval Server MCP Server provide?

Knowledge Retrieval Server MCP Server exposed 4 tools during independent protocol observation, including get-chunk-with-context, get-document-by-id, list-domains, search-documents.

Is Knowledge Retrieval Server 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.