supabase-nextjs-server MCP サーバー
モデルコンテキストプロトコルサーバー
これは、NextJS用のシンプルなメモシステムを実装したTypeScriptベースのMCPサーバーです。以下の機能を提供することで、MCPのコアコンセプトを実証しています。
URIとメタデータを含むテキストメモを表すリソース
新しいノートを作成するためのツール
メモの要約を生成するためのプロンプト
特徴
初期化
NEXT_PUBLIC_SUPABASE_URLおよびNEXT_PUBLIC_SUPABASE_ANON_KEY環境変数が必要です
リソース
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
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Supabase Notes を自動的にインストールするには:
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
MCP の概念を使用してテキスト ノートの作成と要約をサポートする、NextJS を使用したシンプルなノート システムを処理するための TypeScript ベースの MCP サーバーです。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityThis TypeScript-based MCP server enables users to manage a simple notes system with capabilities to create and summarize notes through structured prompts and resources.Last updated -0MIT License
- Asecurity-licenseAqualityThis TypeScript-based MCP server implements a simple notes system, allowing the creation, listing, and summarization of text notes using MCP concepts with note:// URIs and metadata.Last updated -1
- Asecurity-licenseAqualityA TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.Last updated -123
- Asecurity-licenseAqualityA TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.Last updated -22