Back to Home
MarimerLLC icon

csla-mcp

Verified Safe

by MarimerLLC

Overview

Provides a knowledge base and semantic search capabilities for AI coding assistants to generate .NET C# applications using the CSLA .NET framework.

Installation

Run Command
docker run --rm -p 8080:8080 -e AZURE_OPENAI_ENDPOINT="https://your-azure-openai-resource.openai.azure.com/" -e AZURE_OPENAI_API_KEY="your-azure-openai-api-key" --name csla-mcp-server rockylhotka/csla-mcp-server:latest

Environment Variables

  • AZURE_OPENAI_ENDPOINT
  • AZURE_OPENAI_API_KEY

Security Notes

The server emphasizes security best practices by utilizing environment variables for sensitive Azure OpenAI API keys, explicitly warning against insecure client-side identity flow (`FlowSecurityPrincipalFromClient = true`), and implementing robust checks to block path traversal attacks in file access operations for the `Fetch` tool. The Docker build process uses `set -euo pipefail` for shell script robustness. No 'eval' or other highly dynamic code execution without clear justification is apparent in the provided source.

Similar Servers

Stats

Interest Score34
Security Score9
Cost ClassLow
Avg Tokens20
Stars4
Forks1
Last Update2026-01-18

Tags

AILLM.NETC#CSLA