nordstemmen-ai
Verified Safeby levino
Overview
Semantic search engine for public documents of Nordstemmen municipality, integrated with AI platforms via the Model Context Protocol (MCP).
Installation
No command providedEnvironment Variables
- QDRANT_URL
- QDRANT_API_KEY
- QDRANT_PORT
- QDRANT_COLLECTION
- JINA_API_KEY
- ENVIRONMENT
- B2_KEY_ID
- B2_APP_KEY
- B2_BUCKET_NAME
- B2_BUCKET_ID
- PDF_PROXY_URL
Security Notes
Sensitive API keys (Jina AI, Qdrant, Backblaze B2) are correctly loaded from environment variables, preventing hardcoded secrets. Error responses are explicitly sanitized in production environments to avoid leaking internal details. All external API calls are to expected services (Jina AI, Qdrant, Backblaze B2) essential for the application's core functionality, which are assumed to be secure endpoints. No 'eval' or obfuscation is present in the provided code.
Similar Servers
langgraph-dev-navigator
Provides a RAG and Knowledge Graph powered backend for grounding AI coding assistants in the LangGraph ecosystem, improving code generation accuracy and reducing hallucinations.
mcp-server
Integrate AI-powered tools with Kontent.ai to manage structured content via natural language, enabling rapid prototyping and data visualization.
agent-tool
A full-stack AI agent platform that integrates Retrieval Augmented Generation (RAG), Model Context Protocol (MCP) tools, and multi-LLM support through a modern ChatGPT-like interface.
rag-code-mcp
Provides AI-ready semantic code search and RAG capabilities for various programming languages to AI assistants, running entirely locally.