mcp-knowledge-base
mcp-knowledge-base
Сервер Model Context Protocol (MCP), который предоставляет базу знаний заметок клиентам MCP — Claude Desktop, IDE или любому агенту. Он демонстрирует две вещи, которые предоставляет MCP-сервер: инструменты (действия, которые модель может вызывать) и ресурсы (данные, которые модель может читать). TypeScript, работает через stdio.
Что он предоставляет
Инструменты (src/server.ts):
Инструмент | Назначение |
| поиск по ключевым словам в базе знаний (с учётом веса заголовка/тегов/содержимого) |
| добавить новую заметку |
| получить одну заметку по id |
Ресурсы: каждая заметка доступна для чтения по адресу note://{id}, со списком — так что клиент может просматривать базу знаний как данные, а не только вызывать инструменты.
Доменная логика (хранилище заметок + ранжирование поиска) находится в src/notes.ts, отдельно от протокольного уровня.
Related MCP server: approveit MCP Server
Использование с MCP-клиентом
Соберите его, затем укажите клиенту на бинарный файл. Например, в claude_desktop_config.json для Claude Desktop:
{
"mcpServers": {
"knowledge-base": { "command": "node", "args": ["/abs/path/to/dist/index.js"] }
}
}npm install && npm run build
node dist/index.js # speaks MCP over stdioТесты
npm testДва уровня, оба офлайн:
Модульные — хранилище заметок и ранжирование поиска.
Интеграционные — реальный MCP
Clientобщается с сервером через транспорт в памяти (так же, как клиент общался бы через stdio): он перечисляет инструменты, вызываетsearch_notes/add_note/get_noteи читает ресурсnote://. Всего 9 тестов.
Лицензия
MIT
This server cannot be installed
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 Connectors
Notes, files, GitHub, and Drive through one MCP connection.
Notes, files, GitHub, and Drive through one MCP connection.
Notes, files, GitHub, and Drive through one MCP connection.
Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.
Related MCP Servers
- -licenseCqualityDmaintenanceEnables creating and managing text notes through MCP resources and tools. Provides note creation capabilities and automatic summarization of all stored notes.1
- -licenseNot gradedqualityNot gradedmaintenanceA simple notes system that allows creating, storing, and accessing text notes through MCP resources and tools, with built-in prompt support for generating summaries of stored notes.
- FlicenseNot gradedqualityDmaintenanceProvides MCP tools to create and retrieve notes stored in memory.
- FlicenseNot gradedqualityCmaintenanceEnables users to create and manage notes through Claude Desktop using MCP tools.
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/gaurav-oberoi/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server