Crawler Summary

prompt-db-server answer-first brief

Server-based image prompt database manager with LAN support, accessible via HTTP and MCP (Model Context Protocol) Prompt DB Server サーバー版の画像プロンプトデータベース管理ツールです。**サーバー側のSQLiteに画像メタデータを保存**し、LAN上の複数のPCから同じデータベースにアクセスできます。 プロジェクトについて このプロジェクトは、$1 を参考に開発されたサーバーベース版です。 **オリジナル版の特徴:** - 単一HTMLファイルで完結 - ブラウザのIndexedDBを使用したローカルストレージ - インターネット接続不要で動作 **サーバー版を作った理由:** オリジナル版は単独HTMLファイルで動作する点が非常に便利ですが、以下の制限がありました: 1. **サーバー側の画像を扱えない** - ブラウザからローカルファイルシステムに直接アクセスできないため、サーバー上にある大量の画像(例: ComfyUIの出力フォルダ)を管理できない 2. **ブラウザのストレージ制限** - IndexedDBには容 Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.

Freshness

Last checked 2/22/2026

Best For

Contract is available with explicit auth and schema references.

Not Ideal For

prompt-db-server is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.

Evidence Sources Checked

editorial-content, capability-contract, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 98/100

prompt-db-server

Server-based image prompt database manager with LAN support, accessible via HTTP and MCP (Model Context Protocol) Prompt DB Server サーバー版の画像プロンプトデータベース管理ツールです。**サーバー側のSQLiteに画像メタデータを保存**し、LAN上の複数のPCから同じデータベースにアクセスできます。 プロジェクトについて このプロジェクトは、$1 を参考に開発されたサーバーベース版です。 **オリジナル版の特徴:** - 単一HTMLファイルで完結 - ブラウザのIndexedDBを使用したローカルストレージ - インターネット接続不要で動作 **サーバー版を作った理由:** オリジナル版は単独HTMLファイルで動作する点が非常に便利ですが、以下の制限がありました: 1. **サーバー側の画像を扱えない** - ブラウザからローカルファイルシステムに直接アクセスできないため、サーバー上にある大量の画像(例: ComfyUIの出力フォルダ)を管理できない 2. **ブラウザのストレージ制限** - IndexedDBには容

MCPverified

Public facts

6

Change events

1

Artifacts

0

Freshness

Feb 22, 2026

Verifiededitorial-content1 verified compatibility signal

Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.

Schema refs publishedTrust evidence available

Trust score

Unknown

Compatibility

MCP

Freshness

Feb 22, 2026

Vendor

Knishika62

Artifacts

0

Benchmarks

0

Last release

1.0.0

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.

Setup snapshot

git clone https://github.com/knishika62/prompt_db.git
  1. 1

    Setup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Knishika62

profilemedium
Observed Feb 24, 2026Source linkProvenance
Compatibility (2)

Protocol compatibility

MCP

contracthigh
Observed Feb 24, 2026Source linkProvenance

Auth modes

mcp, api_key

contracthigh
Observed Feb 24, 2026Source linkProvenance
Artifact (1)

Machine-readable schemas

OpenAPI or schema references published

contracthigh
Observed Feb 24, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB MCP

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Executable Examples

bash

cd /Users/knishika/Desktop/works/prompt_db
npm install

bash

npm start

bash

node server.js

text

=================================
Prompt DB Server Started!
=================================

Local: http://localhost:3003
LAN:   http://192.168.1.100:3003

Image Folder: /Users/knishika/Desktop/works/prompt_db/images

Access from other devices on the same network using the LAN URL
=================================

bash

# サーバーを起動
npm start

text

=================================
Prompt DB Server Started!
=================================

Local: http://localhost:3003
LAN:   http://192.168.1.100:3003

Database: /Users/knishika/Desktop/works/prompt_db/prompt_db.sqlite
Image Folder: /home/knishika/AI/ComfyUI/output

MCP Endpoints:
- GET  /mcp/health       - Health check
- GET  /mcp/tools        - List available tools
- POST /mcp/call-tool    - Call a tool

=================================

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB MCP

Docs source

GITHUB MCP

Editorial quality

ready

Server-based image prompt database manager with LAN support, accessible via HTTP and MCP (Model Context Protocol) Prompt DB Server サーバー版の画像プロンプトデータベース管理ツールです。**サーバー側のSQLiteに画像メタデータを保存**し、LAN上の複数のPCから同じデータベースにアクセスできます。 プロジェクトについて このプロジェクトは、$1 を参考に開発されたサーバーベース版です。 **オリジナル版の特徴:** - 単一HTMLファイルで完結 - ブラウザのIndexedDBを使用したローカルストレージ - インターネット接続不要で動作 **サーバー版を作った理由:** オリジナル版は単独HTMLファイルで動作する点が非常に便利ですが、以下の制限がありました: 1. **サーバー側の画像を扱えない** - ブラウザからローカルファイルシステムに直接アクセスできないため、サーバー上にある大量の画像(例: ComfyUIの出力フォルダ)を管理できない 2. **ブラウザのストレージ制限** - IndexedDBには容

Full README

Prompt DB Server

サーバー版の画像プロンプトデータベース管理ツールです。サーバー側のSQLiteに画像メタデータを保存し、LAN上の複数のPCから同じデータベースにアクセスできます。

プロジェクトについて

このプロジェクトは、Prompt SQL DB を参考に開発されたサーバーベース版です。

オリジナル版の特徴:

  • 単一HTMLファイルで完結
  • ブラウザのIndexedDBを使用したローカルストレージ
  • インターネット接続不要で動作

サーバー版を作った理由:

オリジナル版は単独HTMLファイルで動作する点が非常に便利ですが、以下の制限がありました:

  1. サーバー側の画像を扱えない - ブラウザからローカルファイルシステムに直接アクセスできないため、サーバー上にある大量の画像(例: ComfyUIの出力フォルダ)を管理できない
  2. ブラウザのストレージ制限 - IndexedDBには容量制限があり、大量の画像メタデータを保存できない
  3. 複数デバイスからのアクセス不可 - ブラウザごとに独立したデータベースとなり、共有できない

そこで、サーバー側のファイルシステムにアクセスでき、LAN上の複数のPCから同じデータベースを共有できるサーバー版を開発しました。

機能

サーバー側機能

  • 📁 サーバー上の指定フォルダから画像を自動スキャン
  • 🗄️ サーバー側SQLiteDB - 画像はファイルパスのみ保存(軽量・高速)
  • 📊 ComfyUI & Automatic1111 & SwarmUIのメタデータ自動抽出(サーバー側で処理)
  • 🖼️ 大量の画像対応(72,000+枚テスト済み)
  • 🔄 最新の画像が先頭に表示(更新日時順)
  • 🌐 複数のクライアントから同じDBにアクセス可能
  • 💾 サブフォルダも再帰的にスキャン
  • ⚡ ページネーション対応(100枚ずつ表示)

クライアント側機能

  • 🔍 プロンプト、モデル名、ファイル名で高速検索
  • 🎨 モデルフィルター - インクリメンタルサーチ対応
  • 🖼️ グリッド表示で画像を閲覧
  • 📱 レスポンシブデザイン
  • 🌙 ダークテーマ
  • 📋 プロンプトコピー機能(HTTP/HTTPS両対応)
  • 📝 JSON/XML自動整形 - プロンプトがJSON/XML形式の場合、見やすく整形表示
  • 🗑️ 画像削除機能 - チェックボックスで選択した画像を一括削除(DB + ファイル)
  • 💡 軽量・シンプル(サーバーAPIのみ使用)

MCP (Model Context Protocol) 対応

  • 🤖 Claude Desktop等のAIアシスタントから直接アクセス可能
  • 🌐 LAN上のリモートサーバーにも対応(プロキシ方式)
  • 🔎 自然言語でデータベース検索
  • 📊 統計情報の取得
  • 🎯 モデル別の画像検索
  • 🔧 6つのMCPツールを提供

セットアップ

1. 依存パッケージのインストール

cd /Users/knishika/Desktop/works/prompt_db
npm install

2. サーバーの起動

npm start

または

node server.js

起動すると、以下のような情報が表示されます:

=================================
Prompt DB Server Started!
=================================

Local: http://localhost:3003
LAN:   http://192.168.1.100:3003

Image Folder: /Users/knishika/Desktop/works/prompt_db/images

Access from other devices on the same network using the LAN URL
=================================

使い方

1. サーバーにアクセス

  • ローカル: http://localhost:3003
  • LAN: http://192.168.x.x:3003 (起動時に表示されるIPアドレス)

2. 画像をスキャン

  1. 「🔄 Scan Folder」ボタンをクリック
  2. サーバー上の画像フォルダパスを入力(例: /home/knishika/AI/ComfyUI/output
  3. 「Start Scan」をクリック
  4. サーバー側で自動的に:
    • 画像ファイルをスキャン(サブフォルダ含む)
    • ComfyUI/A1111/SwarmUIのメタデータを抽出
    • プロンプト、モデル、パラメータをDBに保存
  5. 重複チェック機能により、既存の画像はスキップされます

3. 画像の閲覧・検索・削除

  • 閲覧: 自動的に最新100枚が表示されます(ページネーション対応)
  • 検索: 検索ボックスでプロンプト、モデル名、ファイル名を検索
  • 詳細表示: 画像をクリックしてメタデータ全体を表示
  • JSON/XML整形: プロンプトがJSON/XML形式の場合、自動的に整形表示されます
    • ComfyUIのワークフロー(prompt{...}{...} 形式)
    • SwarmUIのパラメータ(<parameters>...</parameters> 形式)
    • 末尾のカンマなど、軽微な構文エラーは自動修正されます
  • 画像削除: 不要な画像を削除できます
    • 各サムネイルのチェックボックスで個別選択
    • ヘッダーの "Delete" ボタンで確認後に削除実行(選択時のみ表示、誤操作防止のため固定位置)
    • ヘッダーの "Select All" ボタンで現在のページの全画像を一括選択
    • データベースと実際の画像ファイルの両方が削除されます

4. 他のPCからアクセス

  • 同じLAN上の別のPCから http://192.168.x.x:3003 にアクセス
  • 同じ画像とメタデータが表示されます(サーバー側DB共有)

MCP (Model Context Protocol) 対応

このサーバーはMCP経由でAIアシスタント(Claude Desktop等)から直接アクセス可能です。

重要: MCP機能はメインサーバー(port 3003)に統合されています。npm start でサーバーを起動するだけで、Web UIとMCP機能の両方が利用できます。

HTTP経由でのMCPアクセス

メインサーバー起動後、以下のMCPエンドポイントが利用可能になります:

# サーバーを起動
npm start

起動すると、MCPエンドポイントも含めて以下のように表示されます:

=================================
Prompt DB Server Started!
=================================

Local: http://localhost:3003
LAN:   http://192.168.1.100:3003

Database: /Users/knishika/Desktop/works/prompt_db/prompt_db.sqlite
Image Folder: /home/knishika/AI/ComfyUI/output

MCP Endpoints:
- GET  /mcp/health       - Health check
- GET  /mcp/tools        - List available tools
- POST /mcp/call-tool    - Call a tool

=================================

Claude Desktop での設定

重要: Claude Desktop はstdio経由のMCP接続のみサポートしています。そのため、HTTPベースのMCPエンドポイントに接続するにはブリッジサーバーを使用します。

ステップ1: メインサーバーを起動

npm start

ステップ2: ブリッジサーバーをClaude Desktopに設定

Claude Desktop の設定ファイルを編集:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "prompt-db": {
      "command": "node",
      "args": ["/Users/knishika/Desktop/works/prompt_db/mcp-bridge.js"],
      "env": {
        "PROMPT_DB_URL": "http://localhost:3003"
      }
    }
  }
}

LAN上の別のマシンのサーバーに接続する場合:

macOSのセキュリティ制限により、Claude Desktopから起動されたプロセスが直接LAN上の他のマシンにアクセスできない場合があります。その場合は、ローカルプロキシを使用します。

ステップ1: プロキシサーバーを起動
# 別のターミナルウィンドウで実行(バックグラウンド起動)
cd /Users/knishika/Desktop/works/prompt_db
PROMPT_DB_URL=http://192.168.11.225:3003 nohup npm run mcp-proxy > /tmp/mcp-proxy.log 2>&1 &

または、フォアグラウンドで起動する場合:

cd /Users/knishika/Desktop/works/prompt_db
PROMPT_DB_URL=http://192.168.11.225:3003 npm run mcp-proxy

これにより、localhost:3004192.168.11.225:3003 への転送が開始されます。

プロキシの動作確認:

curl http://localhost:3004/mcp/health
# 応答: {"status":"ok","service":"prompt-db-mcp","version":"1.0.0"}
ステップ2: Claude Desktop設定
{
  "mcpServers": {
    "prompt-db": {
      "command": "/opt/homebrew/bin/node",
      "args": ["/Users/your-username/Desktop/works/prompt_db/mcp-bridge.js"],
      "env": {
        "PROMPT_DB_URL": "http://localhost:3004"
      }
    }
  }
}

注意:

  • argsのパスは実際のmcp-bridge.jsの絶対パスに変更してください
    • macOSの場合、パスは小文字の desktop かもしれません(例: /Users/knishika/desktop/works/prompt_db/mcp-bridge.js
  • プロキシサーバーは常時起動しておく必要があります
  • リモートサーバー(192.168.11.225:3003)が起動していることを確認してください
  • ポート3003がファイアウォールで開放されていることを確認してください(LAN接続の場合)
  • Claude Desktopを再起動すると、MCPサーバーリストに prompt-db が表示されます

プロキシサーバーの停止:

# プロキシのプロセスIDを確認
lsof -i :3004 -P

# プロセスを停止
kill <PID>

動作原理

ローカルサーバーの場合:

Claude Desktop (stdio) → mcp-bridge.js → HTTP → server.js (port 3003) → SQLite DB

リモートサーバー(LAN経由)の場合:

Claude Desktop (stdio) → mcp-bridge.js → localhost:3004 → mcp-proxy.js → 192.168.11.225:3003 → server.js → SQLite DB

各コンポーネントの役割:

  1. mcp-bridge.js: Claude DesktopからstdioでMCPリクエストを受信し、HTTPリクエストに変換
  2. mcp-proxy.js: ローカルホストのリクエストをリモートサーバーに転送(macOSのセキュリティ制限回避)
  3. server.js: HTTPリクエストを処理し、SQLiteデータベースにアクセス

利用可能なMCPツール

MCPサーバーは以下のツールを提供します:

  1. search_images - プロンプト、モデル、ファイル名で画像を検索

    • AND検索: スペース区切り(例: cat dog
    • OR検索: カンマ区切り(例: cat, dog
  2. get_image_details - 画像IDから詳細メタデータを取得

  3. list_recent_images - 最近追加/更新された画像をリスト表示

  4. list_models - データベース内の全AIモデルをリスト表示

  5. search_by_model - 特定のモデルで生成された画像を検索

  6. get_database_stats - データベース統計情報を取得

使用例

Claude Desktopで以下のようなリクエストが可能になります:

  • "最近生成された画像を10枚見せて"
  • "猫の画像を検索して"
  • "Stable Diffusion XLで生成された画像を探して"
  • "データベースの統計を教えて"

環境変数

サーバー起動時に環境変数で設定を変更できます:

# HTTPサーバーのポート番号を変更(Web UI + MCP両方)
PORT=8080 node server.js

# デフォルトの画像フォルダを設定
IMAGE_FOLDER=/path/to/images node server.js

対応画像形式

  • .jpg / .jpeg
  • .png
  • .gif
  • .webp
  • .bmp

サポートされているメタデータ

以下のAI画像生成ツールのメタデータを自動抽出します:

対応フォーマット

  1. ComfyUI

    • ファイル形式: PNG
    • 保存場所: PNG tEXtチャンク
    • フォーマット: JSON (class_type, inputs, nodes構造)
  2. Automatic1111 (Stable Diffusion WebUI)

    • ファイル形式: PNG
    • 保存場所: PNG tEXtチャンク
    • フォーマット: テキスト ("Negative prompt:", "Steps:"形式)
  3. SwarmUI

    • ファイル形式: PNG, JPEG
    • 保存場所:
      • PNG: tEXtチャンク
      • JPEG: EXIF (UTF-16LE Unicode field)
    • フォーマット: JSON (sui_image_params構造)

抽出される情報

  • Prompt (プロンプト)
  • Negative Prompt (ネガティブプロンプト)
  • Model (モデル名)
  • Steps (ステップ数)
  • Sampler (サンプラー)
  • CFG Scale
  • Seed (シード値)
  • Size (画像サイズ)

トラブルシューティング

他のPCからアクセスできない

  1. ファイアウォールでポート3003が開いているか確認
  2. 同じネットワーク(Wi-Fi)に接続しているか確認
  3. サーバーのIPアドレスが正しいか確認

画像が読み込めない

  1. 画像フォルダのパスが正しいか確認
  2. サーバーに画像フォルダへのアクセス権限があるか確認
  3. 対応している画像形式か確認

メタデータが表示されない

  • 画像にメタデータが埋め込まれていない可能性があります
  • ComfyUI、Automatic1111、SwarmUIのフォーマットに対応しています
  • それ以外の形式で保存されたメタデータは抽出できません

MCPサーバーがClaude Desktopに表示されない

  1. Claude Desktopの設定ファイルを確認
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • パスが正しいか確認(desktop vs Desktop
  2. メインサーバー(port 3003)が起動しているか確認
  3. プロキシサーバー(LAN接続の場合)が起動しているか確認
    lsof -i :3004 -P
    
  4. Claude Desktopのログを確認
    tail -f ~/Library/Logs/Claude/mcp-server-prompt-db.log
    

LAN上のサーバーに接続できない(EHOSTUNREACH エラー)

macOSのセキュリティ制限により、Claude Desktopから起動されたプロセスが直接LAN上の他のマシンにアクセスできない場合があります。

解決策: ローカルプロキシを使用

  1. プロキシサーバーを起動

    PROMPT_DB_URL=http://192.168.11.225:3003 npm run mcp-proxy
    
  2. Claude Desktop設定で localhost:3004 を使用

    {
      "mcpServers": {
        "prompt-db": {
          "command": "/opt/homebrew/bin/node",
          "args": ["/Users/username/desktop/works/prompt_db/mcp-bridge.js"],
          "env": {
            "PROMPT_DB_URL": "http://localhost:3004"
          }
        }
      }
    }
    
  3. Claude Desktopを再起動

技術スタック

サーバーサイド

  • Node.js + Express (HTTPサーバー)
  • SQLite3 (データベース)
  • Model Context Protocol SDK (MCP対応)
  • http-proxy (ローカルプロキシ)
  • exif-parser (メタデータ抽出)

フロントエンド

  • Vanilla JavaScript (フレームワークレス)
  • HTML5 datalist (インクリメンタルサーチ)
  • CSS Variables (ダークテーマ)
  • Fetch API (サーバー通信)

セキュリティ

  • パスト ラバーサル攻撃を防ぐため、画像フォルダ外へのアクセスは制限されています
  • LAN内でのみアクセス可能です(インターネットには公開されません)

ライセンス

MIT

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

Verifiedcapability-contract

Contract coverage

Status

ready

Auth

mcp, api_key

Streaming

No

Data region

global

Protocol support

MCP: verified

Requires: mcp, lang:typescript

Forbidden: none

Guardrails

Operational confidence: medium

Contract is available with explicit auth and schema references.
Trust confidence is not low and verification freshness is acceptable.
Protocol support is explicitly confirmed in contract metadata.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITLAB_AI_CATALOGgitlab-mcp

Rank

83

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_PUBLIC_PROJECTSgitlab-mcp

Rank

80

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-openapi

Rank

74

Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-actix-web

Rank

72

An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
Machine Appendix

Contract JSON

{
  "contractStatus": "ready",
  "authModes": [
    "mcp",
    "api_key"
  ],
  "requires": [
    "mcp",
    "lang:typescript"
  ],
  "forbidden": [],
  "supportsMcp": true,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": "https://github.com/knishika62/prompt_db#input",
  "outputSchemaRef": "https://github.com/knishika62/prompt_db#output",
  "dataRegion": "global",
  "contractUpdatedAt": "2026-02-24T19:44:54.572Z",
  "sourceUpdatedAt": "2026-02-24T19:44:54.572Z",
  "freshnessSeconds": 4422123
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "MCP"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_MCP",
      "generatedAt": "2026-04-17T00:06:57.701Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "MCP",
      "type": "protocol",
      "support": "supported",
      "confidenceSource": "contract",
      "notes": "Confirmed by capability contract"
    },
    {
      "key": "prompt",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "database",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "image",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "ai",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "mcp",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:MCP|supported|contract capability:prompt|supported|profile capability:database|supported|profile capability:image|supported|profile capability:ai|supported|profile capability:mcp|supported|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "MCP",
    "href": "https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:44:54.572Z",
    "isPublic": true
  },
  {
    "factKey": "auth_modes",
    "category": "compatibility",
    "label": "Auth modes",
    "value": "mcp, api_key",
    "href": "https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:44:54.572Z",
    "isPublic": true
  },
  {
    "factKey": "schema_refs",
    "category": "artifact",
    "label": "Machine-readable schemas",
    "value": "OpenAPI or schema references published",
    "href": "https://github.com/knishika62/prompt_db#input",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:44:54.572Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Knishika62",
    "href": "https://github.com/knishika62/prompt_db",
    "sourceUrl": "https://github.com/knishika62/prompt_db",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-24T19:43:14.176Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-knishika62-prompt-db/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to prompt-db-server and adjacent AI workflows.