Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
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
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には容
Public facts
6
Change events
1
Artifacts
0
Freshness
Feb 22, 2026
Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 22, 2026
Vendor
Knishika62
Artifacts
0
Benchmarks
0
Last release
1.0.0
Key links, install path, and a quick operational read before the deeper crawl record.
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.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
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.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Knishika62
Protocol compatibility
MCP
Auth modes
mcp, api_key
Machine-readable schemas
OpenAPI or schema references published
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
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 =================================
Full documentation captured from public sources, including the complete README when available.
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には容
サーバー版の画像プロンプトデータベース管理ツールです。サーバー側のSQLiteに画像メタデータを保存し、LAN上の複数のPCから同じデータベースにアクセスできます。
このプロジェクトは、Prompt SQL DB を参考に開発されたサーバーベース版です。
オリジナル版の特徴:
サーバー版を作った理由:
オリジナル版は単独HTMLファイルで動作する点が非常に便利ですが、以下の制限がありました:
そこで、サーバー側のファイルシステムにアクセスでき、LAN上の複数のPCから同じデータベースを共有できるサーバー版を開発しました。
cd /Users/knishika/Desktop/works/prompt_db
npm install
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
=================================
http://localhost:3003http://192.168.x.x:3003 (起動時に表示されるIPアドレス)/home/knishika/AI/ComfyUI/output)prompt{...} や {...} 形式)<parameters>...</parameters> 形式)http://192.168.x.x:3003 にアクセスこのサーバーはMCP経由でAIアシスタント(Claude Desktop等)から直接アクセス可能です。
重要: MCP機能はメインサーバー(port 3003)に統合されています。npm start でサーバーを起動するだけで、Web UIと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 はstdio経由のMCP接続のみサポートしています。そのため、HTTPベースのMCPエンドポイントに接続するにはブリッジサーバーを使用します。
npm start
Claude Desktop の設定ファイルを編集:
~/Library/Application Support/Claude/claude_desktop_config.json%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上の他のマシンにアクセスできない場合があります。その場合は、ローカルプロキシを使用します。
# 別のターミナルウィンドウで実行(バックグラウンド起動)
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:3004 → 192.168.11.225:3003 への転送が開始されます。
プロキシの動作確認:
curl http://localhost:3004/mcp/health
# 応答: {"status":"ok","service":"prompt-db-mcp","version":"1.0.0"}
{
"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の絶対パスに変更してください
desktop かもしれません(例: /Users/knishika/desktop/works/prompt_db/mcp-bridge.js)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
各コンポーネントの役割:
MCPサーバーは以下のツールを提供します:
search_images - プロンプト、モデル、ファイル名で画像を検索
cat dog)cat, dog)get_image_details - 画像IDから詳細メタデータを取得
list_recent_images - 最近追加/更新された画像をリスト表示
list_models - データベース内の全AIモデルをリスト表示
search_by_model - 特定のモデルで生成された画像を検索
get_database_stats - データベース統計情報を取得
Claude Desktopで以下のようなリクエストが可能になります:
サーバー起動時に環境変数で設定を変更できます:
# HTTPサーバーのポート番号を変更(Web UI + MCP両方)
PORT=8080 node server.js
# デフォルトの画像フォルダを設定
IMAGE_FOLDER=/path/to/images node server.js
.jpg / .jpeg.png.gif.webp.bmp以下のAI画像生成ツールのメタデータを自動抽出します:
ComfyUI
Automatic1111 (Stable Diffusion WebUI)
SwarmUI
~/Library/Application Support/Claude/claude_desktop_config.jsondesktop vs Desktop)lsof -i :3004 -P
tail -f ~/Library/Logs/Claude/mcp-server-prompt-db.log
macOSのセキュリティ制限により、Claude Desktopから起動されたプロセスが直接LAN上の他のマシンにアクセスできない場合があります。
解決策: ローカルプロキシを使用
プロキシサーバーを起動
PROMPT_DB_URL=http://192.168.11.225:3003 npm run mcp-proxy
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"
}
}
}
}
Claude Desktopを再起動
MIT
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
mcp, api_key
Streaming
No
Data region
global
Protocol support
Requires: mcp, lang:typescript
Forbidden: none
Guardrails
Operational confidence: medium
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"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
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
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
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
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
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.