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.

Maintenance

ActivityMaintained
ResponsivenessSyncing

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI assistants to search, read, create, update, and remove personal markdown notes stored locally, providing persistent memory across sessions.
    95
    2
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Enables saving and searching notes stored in a local JSON file via a minimal MCP server, supporting three primitives: tools (add_note, search_notes), resources (notes://all), and prompts (weekly_review).
    2

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