Back to Home
nyo16 icon

conduit_mcp

Verified Safe

by nyo16

Overview

Integrates Model Context Protocol (MCP) endpoints directly into a Phoenix application, enabling LLM interaction with custom tools, resources, and prompts.

Installation

Run Command
cd examples/phoenix_mcp && mix phx.server

Environment Variables

  • MCP_AUTH_TOKEN
  • SECRET_KEY_BASE
  • PORT
  • TRANSPORT

Security Notes

The server uses Elixir and Phoenix, which are robust frameworks. Authentication is configurable with options for bearer tokens, API keys, or custom functions, supporting environment variables for secrets (e.g., MCP_AUTH_TOKEN). CORS configuration is available for production. The server is designed with a stateless architecture, minimizing common state-related vulnerabilities. No direct 'eval' or other obviously unsafe code execution from user input is apparent in the provided code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-28

Tags

ElixirPhoenixMCPAI ToolsLLM Integration