ayunis-legal-mcp
Verified Safeby ayunis-core
Overview
A comprehensive system for searching and analyzing German legal texts using vector embeddings and semantic search, integrating with AI assistants via the Model Context Protocol.
Installation
docker-compose up --build -dEnvironment Variables
- POSTGRES_PASSWORD
- OLLAMA_BASE_URL
- OLLAMA_AUTH_TOKEN
- OLLAMA_EMBEDDING_MODEL
Security Notes
The system uses a hardcoded authentication token 'fake-super-secret-token' in `store/app/dependencies.py` for API access, which is a critical security vulnerability for any endpoints intended to be protected. The default PostgreSQL password 'postgres_password' is weak and should be changed in production. While input validation (e.g., `validate_legal_code`) and request body size limits are implemented, the easily bypassable authentication mechanism significantly lowers the overall security posture.
Similar Servers
DevDocs
DevDocs is a web crawling and content extraction platform designed to accelerate software development by converting documentation into LLM-ready formats for intelligent data querying and fine-tuning.
agentic-radar
A legal support chatbot capable of web search, employee database queries, JIRA interaction, and generating/retrieving supplier liability documents for companies.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
pluggedin-app
A testing environment for MCP (Model Control Protocol) servers, allowing interaction through a chat interface powered by LLMs and an AI agent using the LangChain ReAct framework.