scrapbox-mcp MCP サーバー
モデルコンテキストプロトコルサーバー
これは、シンプルなメモシステムを実装したTypeScriptベースのMCPサーバーです。以下の機能を提供することで、MCPのコアコンセプトを実証しています。
- URIとメタデータを含むテキストメモを表すリソース
- 新しいノートを作成するためのツール
- メモの要約を生成するためのプロンプト
特徴
リソース
note://
URI 経由でメモの一覧表示とアクセスを行う- 各ノートにはタイトル、内容、メタデータがあります
- シンプルなコンテンツアクセスのためのプレーンテキスト MIME タイプ
ツール
create_note
- 新しいテキストノートを作成する- タイトルとコンテンツを必須パラメータとして受け取ります
- メモをサーバー状態に保存する
プロンプト
summarize_notes
- 保存されているすべてのメモの要約を生成する- すべてのノートの内容を埋め込みリソースとして含めます
- LLM要約のための構造化されたプロンプトを返す
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
インストール
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
ノート システムを実装するシンプルな TypeScript ベースの MCP サーバー。ユーザーは Claude を介してテキスト ノートの作成、リスト、要約の生成を行うことができます。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityA TypeScript-based MCP server that implements a simple notes system, enabling users to manage text notes with creation and summarization functionalities through structured prompts.Last updated -1289JavaScript
- AsecurityFlicenseAqualityA TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.Last updated -121TypeScript
- -securityFlicense-qualityA TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes through Claude Desktop.Last updated -JavaScript
- -securityFlicense-qualityA TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.Last updated -JavaScript