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
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 slug | knowledge-retrieval-server-f2e26be3 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | cskwork/keyword-rag-mcp |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | cskwork/keyword-rag-mcp | b9867bc0e603e350d04d2b503176a5179fbb5391 | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitcskwork/keyword-rag-mcp | b9867bc0e603e350d04d2b503176a5179fbb5391Current | Aug 25, 2026 | 4 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
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
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
Tools 4
| Tool | Category | Annotations | Risk |
|---|---|---|---|
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
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| 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.