Skip to main content
Glama

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.txt

Related MCP server: Notebook MCP Server

Çalıştırma

python server.py

Sunucu 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.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    A
    maintenance
    Enables AI assistants to search, read, create, update, and remove personal markdown notes stored locally, providing persistent memory across sessions.
    203
    2
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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