Back to Home
samcorl icon

dharma_mcp_service

Verified Safe

by samcorl

Overview

The Dharma MCP Service provides Model Context Protocol (MCP) tools for fiber arts agents to help customers with product recommendations, compatibility checking, and project guidance.

Installation

Run Command
./deploy.sh

Environment Variables

  • MYSQL_PASSWORD
  • MYSQL_ROOT_PASSWORD
  • RAILS_MASTER_KEY

Security Notes

The server follows standard Rails security practices, using environment variables for sensitive credentials (MYSQL_PASSWORD, RAILS_MASTER_KEY). SQL queries in the `McpController` use ActiveRecord's parameterized `where` clauses (e.g., `ILIKE ?`), which properly escapes input and mitigates SQL injection risks. No direct `eval` or blatant obfuscation was found. The `AgentGuidance` feature's condition matching is noted as 'simple' in a comment, suggesting it could be more robust, but this is a functional limitation rather than a direct security vulnerability. Overall, it appears safe for its intended purpose.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2026-01-19

Tags

Fiber ArtsAI AgentProduct RecommendationE-commerceCustomer Service