Knowledge MCP
Click on "Deploy 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: notes-box
Ç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 deployed
Maintenance
Related MCP Connectors
- SumibakoOAuthcom.sumibako
Write pages into your notes vault, search them, and publish one as a shareable link.
Search, read, and safely update Markdown notes in your connected Phasoric knowledge vaults.
Cross-session, cross-device memory for your agent: remember and recall notes. No key to start.
- Dexi NotesOAuthnet.dexi
Search and manage your Dexi notes: full-text and semantic search, tags, folders, spaced repetition.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to search, read, create, update, and remove personal markdown notes stored locally, providing persistent memory across sessions.7 npm2MIT
- FlicenseNot gradedqualityAmaintenanceEnables adding, retrieving, and listing notes with state persisted to a local JSON file.-
- FlicenseNot gradedqualityBmaintenanceEnables managing local Markdown notes by creating, viewing, listing, and searching notes and their contents through MCP tools.-
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to read, create, update, delete, and search markdown notes stored locally.-