Skip to main content
Glama
manalmanzoor

MCP-Vault

by manalmanzoor

Vault — 小さな個人用MCPサーバー

メモとブックマークを1つのSQLiteファイルに保存し、5つのツールを通じてClaudeに公開します: add_noteadd_bookmarksearch_noteslist_notesdelete_note

1. uvのインストール(初回のみ)

PowerShellを開いて、以下を実行します:

powershell -c "irm https://astral.sh/uv/install.ps1 | iex"

実行後、ターミナルを閉じて再度開き、uvがPATHに通っていることを確認してください。

Related MCP server: MCP Notes Server

2. プロジェクトのセットアップ

このフォルダを永続的な場所(例:C:\Users\<あなたのユーザー名>\mcp-vault)に解凍します。その後、そのフォルダ内で以下を実行します:

cd C:\Users\<you>\mcp-vault
uv sync

これにより仮想環境が作成され、fastmcpがインストールされます。

3. スタンドアロンでのテスト(Claude Desktopに接続する前)

uv run fastmcp dev server.py

これにより、ブラウザでMCPインスペクタが開きます。Toolsタブをクリックし、add_noteにテキストを入力して呼び出し、次にlist_notesを試してみてください。メモが表示されるはずです。確認が終わったらCtrl+Cで停止します。

4. Claude Desktopへの接続設定

以下のファイルを開くか作成します:

%APPDATA%\Claude\claude_desktop_config.json

mcpServersの下にvaultエントリを追加します。ファイルに既に他のサーバーが含まれている場合は、ファイル全体を置き換えずに、このキーをそれらと並べて追加してください。

{
  "mcpServers": {
    "vault": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "C:\\Users\\<you>\\mcp-vault",
        "fastmcp",
        "run",
        "server.py"
      ]
    }
  }
}

C:\\Users\\<あなたのユーザー名>\\mcp-vaultを実際のフォルダのパスに置き換えてください。例のように二重バックスラッシュを使用します。

5. Claude Desktopの再起動

完全に終了(ウィンドウを閉じるだけでなく、タスクトレイアイコンを右クリック→終了)してから再度開きます。チャットボックス内のツールアイコンを探してクリックすると、5つのvaultツールが表示されるはずです。

6. 試してみる

  • 「メモを保存:パスポートの更新、タグはtodo」

  • 「このリンクを保存:https://example.com、タイトルはExample、タグはreference」

  • 「タグがtodoのものを表示」

  • 「パスポートについてメモを検索」

  • 「メモ1を削除」

データはserver.pyと同じディレクトリにあるvault.dbに保存されます。これは単なるSQLiteファイルなので、SQLiteブラウザで直接開いて確認することもできます。

スクリーンショット

注意事項

  • 各ツールのdocstringは、Claudeがいつそのツールを呼び出すかを判断するために読み取るものです。ツールの名前を変更したり用途を変えたりする場合は、docstringを正確に保ってください。これがインターフェースのすべてです。

  • Claude Desktopがサーバーを認識しない場合は、%APPDATA%\Claude\logs\でエラーを確認してください。通常は設定ファイルのパスが間違っていることが原因です。

Install Server
F
license - not found
A
quality
C
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
    Not graded
    quality
    B
    maintenance
    A beginner-friendly MCP server for managing personal notes. Enables Claude to create, list, read, search, update, and delete notes saved as Markdown files.
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that gives Claude a persistent personal notebook. Notes are stored on disk as JSON, so they survive restarts and are shared across every tool and resource.
  • A
    license
    A
    quality
    B
    maintenance
    A personal notes MCP server that allows AI assistants to create, search, edit, and manage notes stored in a local SQLite database.
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.

  • Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.

  • Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.

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/manalmanzoor/MCP-Vault'

If you have feedback or need assistance with the MCP directory API, please join our Discord server