Knowledge MCP
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., "@Knowledge MCPsearch my notes for React hooks"
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.
Knowledge MCP
Yerel notları kaydetmek ve aramak için bir Model Context Protocol (MCP) sunucusu.
Kurulum
cd ~/knowledge-mcp
source .venv/bin/activate
pip install -r requirements.txtRelated MCP server: Notebook MCP Server
Çalıştırma
python server.pySunucu stdio aktarımını kullanır. Bir MCP istemcisine aşağıdaki komutla bağlanmalıdır:
{
"command": "/Users/TCABKILIC/knowledge-mcp/.venv/bin/python",
"args": ["/Users/TCABKILIC/knowledge-mcp/server.py"]
}Araçlar
save_note(title, content): Yeni not kaydeder.search_knowledge(query): Başlık ve içerikte arama yapar.list_notes(): Notları listeler.
Notlar çalışma zamanında /Users/TCABKILIC/Desktop/Lenovo Yedek/.knowledge-mcp-notes.json
içinde tutulur. Yedek klasörüne sonradan eklenen dosyalar list_backup_files ve
search_backup_files araçlarıyla erişilebilir.
Render ile internetten yayınlama
render.yaml, projeyi bir Render Web Service olarak yayınlamak için hazırdır.
Sunucu açıldıktan sonra MCP URL'si https://<servis-adı>.onrender.com/mcp olur.
Not: Bu başlangıç sürümünde notlar sunucu dosya sisteminde tutulur; kalıcı kullanım
için PostgreSQL gibi kalıcı bir veritabanına taşınmalıdır.
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 Servers
- AlicenseAqualityDmaintenanceEnables creating, managing, and searching Markdown notes with support for tags, timestamps, and full-text search. Includes AI prompts for analyzing and summarizing notes.61MIT
- Flicense-qualityCmaintenanceEnables to create notebooks and notes with tags, and perform full-text search across notes using FTS5 syntax, all stored locally in SQLite.
- Alicense-qualityAmaintenanceEnables AI assistants to search, read, create, update, and remove personal markdown notes stored locally, providing persistent memory across sessions.2032MIT
- Alicense-qualityCmaintenanceEnables AI assistants to interact with a local folder of Markdown notes, supporting listing, reading, searching, creating, and appending to notes with strict security boundaries.MIT
Related MCP Connectors
Cross-session, cross-device memory for your agent: remember and recall notes. No key to start.
AI access to your aNotepad online notes: read, search, write, and organize via 22 tools.
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
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/Abdulkadirkilicc/knowledge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server