Nodebb Plugin Integration
БесплатноНе проверенMCP server for NodeBB forums that enables AI assistants to access forum data, search topics, and perform semantic search via the Model Context Protocol.
Описание
MCP server for NodeBB forums that enables AI assistants to access forum data, search topics, and perform semantic search via the Model Context Protocol.
README
AI integration layer for NodeBB forums with MCP, semantic search, RAG pipeline and Qdrant vector storage.
Features
- NodeBB integration adapter
- MCP (Model Context Protocol) server
- Semantic search
- RAG knowledge pipeline
- Qdrant vector database support
- OpenAI embeddings support
- Fake embeddings for local development
- Standalone development mode
- Automated tests with GitHub Actions
Architecture
NodeBB
|
|
Integration Layer
|
+-------------+-------------+
| |
MCP AI
| |
Tools API Embeddings
|
Qdrant
|
Knowledge Base
Requirements
- Node.js >= 20
- npm >= 10
Optional:
- NodeBB
- Redis
- Qdrant
- OpenAI API key
Installation
Clone repository:
git clone https://github.com/Sergey-ek/nodebb-plugin-integration.git
cd nodebb-plugin-integration
Install dependencies:
npm install
Create environment file:
cp .env.example .env
Development mode
By default the project uses fake embeddings:
AI_PROVIDER=fake
This allows running tests without:
- OpenAI
- Qdrant
- NodeBB
Run diagnostics:
npm run diagnose
Example:
{
environment: "development",
embeddings: {
provider: "fake",
size: 1536
}
}
Testing
Syntax check:
npm run check
Run tests:
npm test
Expected:
8 passing
NodeBB Integration
Configure:
NODEBB_URL=http://localhost:4567
NODEBB_API_KEY=your_token
When running inside NodeBB, the plugin uses native NodeBB modules.
Standalone mode provides safe fallback adapters.
AI Pipeline
Flow:
Forum post
|
Embedding generation
|
Vector storage
|
Qdrant similarity search
|
Knowledge retrieval
|
AI response
Supported providers:
Fake
Development mode:
AI_PROVIDER=fake
OpenAI
Production mode:
AI_PROVIDER=openai
OPENAI_API_KEY=your_key
Qdrant
Configure:
QDRANT_URL=http://localhost:6333
QDRANT_COLLECTION=nodebb_knowledge
The system automatically:
- checks collection;
- creates collection;
- stores vectors;
- performs similarity search.
MCP Server
Start MCP:
npm run mcp
Available tools:
get_forum_info
get_post
get_topic
get_user
search_knowledge
Example:
search_knowledge
{
"query": "installation guide",
"limit": 5
}
Project Structure
.
├── library.js
├── package.json
├── plugin.json
├── src
│ ├── ai
│ │ ├── embeddings.js
│ │ ├── openai.js
│ │ ├── qdrant.js
│ │ ├── indexer.js
│ │ └── search.js
│ │
│ ├── mcp
│ │ ├── server.js
│ │ └── tools.js
│ │
│ ├── nodebb
│ │ ├── meta.js
│ │ ├── posts.js
│ │ ├── topics.js
│ │ └── users.js
│ │
│ └── config
│ └── index.js
│
└── test
└── plugin.test.js
Security
Never commit:
.env
OPENAI_API_KEY
NODEBB_API_KEY
License
MIT
Установка Nodebb Plugin Integration
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Sergey-ek/nodebb-plugin-integrationFAQ
Nodebb Plugin Integration MCP бесплатный?
Да, Nodebb Plugin Integration MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Nodebb Plugin Integration?
Нет, Nodebb Plugin Integration работает без API-ключей и переменных окружения.
Nodebb Plugin Integration — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Nodebb Plugin Integration в Claude Desktop, Claude Code или Cursor?
Открой Nodebb Plugin Integration на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Nodebb Plugin Integration with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
