71
/ 100
6 days ago
glama

knowledge-server

Enables LLMs to search and retrieve information from large technical documentation (OpenAPI specs, markdown) via intelligent chunking and semantic search.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configOPENAPI_SPECS_DIR/path/to/your/openapi/specs
configSKIP_HIDDEN_FILES
configLOG_PROCESSING_PROGRESS
configMARKDOWN_MAX_TOKENS
configVECTOR_STORE_DIR./data/vectorstore
configEMBEDDING_DEVICEmps # mps, cpu, cuda
configMAX_TOKENSMaximum tokens per chunk 8192
configAPI_INDEX_PATH./data/api_index.json
configMCP_SERVER_NAMEKnowledge Server
configMCP_SERVER_HOSTMCP server host localhost
configMCP_SERVER_PORTMCP server port 8000
configRETRIEVAL_MAX_PRIMARY_RESULTSMax primary search results 5
configRETRIEVAL_MAX_TOTAL_CHUNKSMax total chunks retrieved 15
configRETRIEVAL_MAX_DEPTHMax reference expansion depth 3
configRETRIEVAL_TIMEOUT_MSRetrieval timeout in milliseconds 5000
configCONTEXT_TOKEN_LIMIT
configCONTEXT_PRIORITIZE_PRIMARY
configCHUNK_FILTERING_OVERSAMPLE_MULTIPLIER
configCHUNK_FILTERING_LLM_TIMEOUT_MS
configRERANKER_LLM_PROVIDER
configRERANKER_LLM_REGION
configRERANKER_LLM_TEMPERATURE
configRERANKER_LLM_MAX_TOKENS
configRESEARCH_AGENT_LLM_MAX_TOKENS
configRESEARCH_AGENT_LLM_RETRY_MAX_ATTEMPTS
configCHUNK_FILTERING_LLM_RETRY_MAX_ATTEMPTS
configMIN_OPENAPI_VERSION
configREQUIRE_INFO_SECTION
configREQUIRE_PATHS_OR_COMPONENTS
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/bwarzecha-knowledge-server-afgefl)](https://m8ven.ai/mcp/bwarzecha-knowledge-server-afgefl)
commit: 4310058b77fe63ebd2e35b399df32700fa0625e2
code hash: 73ff474ccef19618465615ccc44ddf87670b56e7c990444012caccee05c7b82d
verified: 6/23/2026, 10:40:54 AM
view raw JSON →