Back to Home
takanoriyanagitani icon

rs-cel-mcp

Verified Safe

by takanoriyanagitani

Overview

Provides a Model Context Protocol (MCP) server that enables AI clients to evaluate Common Expression Language (CEL) expressions.

Installation

Run Command
./target/release/cel-mcp --http 127.0.0.1:1234

Environment Variables

  • RUST_LOG

Security Notes

The core functionality involves evaluating user-provided CEL expressions. While CEL is designed for safe, sandboxed evaluation, any evaluator inherently carries a risk if the underlying CEL library has vulnerabilities. The server is designed for local or trusted network usage (e.g., binding to 127.0.0.1 as shown in examples), which mitigates exposure risks. There is no explicit authentication/authorization for the MCP endpoint, which is acceptable for local tools but would be a critical vulnerability if exposed publicly.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-11-30

Tags

CELMCPExpression EvaluationServerRust