
pluggedin-app
by VeriTeknik·★ 94·综合分 48
一个用于发现、配置和管理 MCP 服务器的统一自托管网页界面。
概述
plugged.in 是一个 AI 内容管理系统,它将短暂的 AI 交互转变为持久、可版本化和可搜索的组织知识。它充当连接各种 AI 客户端与您的知识库以及更广泛的 MCP 生态系统的中央枢纽。该平台包含一个嵌入式的 RAG 向量引擎,用于文档处理和语义搜索,多模型协作跟踪,以及与 1,500 多个服务器的通用 MCP 集成。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要集中管理多个MCP服务器并将AI对话转变为持久、可搜索的知识时,选择plugged.in。
什么时候不要选它
如果您需要轻量级解决方案且依赖项最少,或者喜欢不需要Docker要求的自托管解决方案,则不要选择plugged.in。
此 server 暴露的工具
从 README 抽取出 12 个工具create_documentcreate_document(title: string, content: string, source?: string)Create a new document with version tracking and model attribution
query_ragquery_rag(query: string, limit?: number)Query the RAG knowledge base with semantic search
re_index_vectorsre_index_vectors(document_id?: string)Trigger re-indexing of document vectors for corrupted or missing embeddings
list_clipboard_entrieslist_clipboard_entries(visibility?: 'private' | 'workspace' | 'public')List all stored clipboard entries with optional filtering by visibility
get_clipboard_entryget_clipboard_entry(name: string)Retrieve a specific clipboard entry by name
set_clipboard_entryset_clipboard_entry(name: string, value: any, visibility?: 'private' | 'workspace' | 'public', ttl?: number)Store or update a clipboard entry with optional expiration and visibility settings
pop_clipboard_entrypop_clipboard_entry(name: string)Remove and return the last entry from a named clipboard stack
push_clipboard_entrypush_clipboard_entry(name: string, value: any)Add a new entry to a named clipboard stack
list_mcp_serverslist_mcp_servers(types?: string[], search?: string)Discover and list available MCP servers with advanced filtering options
test_mcp_servertest_mcp_server(server_id: string, tool_name: string, args?: any)Test a specific tool from an MCP server in the interactive playground
get_mcp_toolsget_mcp_tools(server_id: string)Retrieve all tools available from a specific MCP server
log_mcp_activitylog_mcp_activity(server_id: string, tool_name: string, request: any, response: any)Log detailed MCP interactions for debugging and analytics
可对比工具
安装
Docker 安装(推荐)
git clone https://github.com/VeriTeknik/pluggedin-app.git
cd pluggedin-app
cp .env.example .env
docker compose up --build -d安装后访问 http://localhost:12005。
Claude Desktop 集成
将以下内容添加到 Claude Desktop 的 claude_desktop_config.json 文件中:
{
"mcpServers": {
"pluggedin": {
"command": "docker",
"args": ["run", "--rm", "-i", "veriteknik/pluggedin:latest", "mcp"]
}
}
}FAQ
- plugged.in 支持哪些平台?
- plugged.in 通过 Docker 支持 amd64 和 arm64 架构,具有自动平台检测功能。它与 Claude Desktop、Cline、LM Studio 和其他兼容 MCP 的客户端配合工作。
- plugged.in 如何处理数据存储和安全?
- 该平台使用 PostgreSQL 18 和 pgvector 进行数据库存储,并使用嵌入式 zvec 进行向量搜索。所有敏感数据均使用 AES-256-GCM 加密,并具有按配置文件的加密密钥。它还支持 OAuth 2.1 身份验证。
pluggedin-app 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。