Back to Home
lsfusion icon

mcp

Verified Safe

by lsfusion

Overview

An extensible Micro-Copilot (MCP) server providing RAG-powered search, syntax validation, and guidance for lsFusion development.

Installation

Run Command
docker compose up --build

Environment Variables

  • OPENAI_API_KEY
  • PINECONE_API_KEY
  • PINECONE_INDEX
  • PINECONE_NAMESPACE
  • EMBEDDING_MODEL
  • MCP_HOST
  • MCP_PORT

Security Notes

The server demonstrates good security practices by explicitly advising against hardcoding secrets and relying on environment variables for sensitive API keys (OpenAI, Pinecone). The `docker-compose.yml` and `settings.py` correctly implement this. The `validate_dsl_statements_tool` uses `getattr()` for dynamic parser rule selection, which is a controlled internal dynamic call for parsing a defined DSL, not arbitrary code execution. The README provides a hardening checklist and guidance on secure secret management in various deployment environments. Network security relies on standard Uvicorn practices and external measures like reverse proxies.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-19

Tags

lsFusionMCPAI AgentRAGSyntax ValidationDevelopment Tool