MCP Knowledge Base Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Knowledge Base Serversearch for information about API rate limiting"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
# MCP Knowledge Base Server
A Model Context Protocol (MCP) server that exposes a knowledge base through multiple tools for semantic search and data retrieval.
## Features
- **search_knowledge**: Search for relevant information using keywords
- **list_categories**: List all available categories
- **get_by_category**: Filter entries by category
- **get_by_id**: Retrieve specific entries by ID
- **advanced_search**: Search with category filters and result limits
- **In-memory caching**: 60-second TTL for faster repeated queries
## Setup
npm install
npm run build
## Usage with Claude Desktop
Add to your Claude Desktop config (%APPDATA%\\Claude\\claude\_desktop\_config.json):
{
"mcpServers": {
"knowledge-base": {
"command": "node",
"args": \["C:\\\\path\\\\to\\\\mcp-learning\\\\dist\\\\index.js"]
}
}
}
## Tech Stack
- TypeScript
- @modelcontextprotocol/sdk
- Node.js
## Next Steps
- [ ] Connect to Vectorize for semantic search
- [ ] Deploy to Cloudflare Workers
- [ ] Add authentication
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides tools for listing and retrieving content from different knowledge bases using semantic search capabilities.Last updated2951The Unlicense
- Alicense-qualityDmaintenanceEnables accessing and managing personal/team internal knowledge repository with tools for semantic search, smart search, document listing, and saving information for future recall.Last updatedApache 2.0
- AlicenseBquality-maintenanceEnables semantic search across multiple knowledge datasets using FAISS vector embeddings, allowing natural language queries to find relevant documents with fast retrieval.Last updated21
Related MCP Connectors
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Search your knowledge bases from any AI assistant using hybrid RAG.
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dannwaneri/mcp-knowledge-base-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server