Back to Home
pixelbadger icon

Pixelbadger.Toolkit.Rag

Verified Safe

by pixelbadger

Overview

Hosts a Model Context Protocol (MCP) server to enable AI assistants to perform BM25, vector, or hybrid search on indexed content for Retrieval-Augmented Generation (RAG) workflows.

Installation

Run Command
pbrag serve --index-path ./search-index

Environment Variables

  • OPENAI_API_KEY

Security Notes

The server operates as a stdio-based MCP server, which generally limits network attack surface as it communicates via standard input/output, often as a local child process. It requires API keys (OPENAI_API_KEY) to be provided as environment variables, which is a good security practice. No 'eval' or code obfuscation is apparent from the provided truncated source code. Overall security is dependent on the underlying .NET runtime and the Lucene.NET/SQLite-vec libraries it utilizes.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2026-01-18

Tags

RAGCLISearch.NETLuceneMCP