Back to Home
CrowdHailer icon

aide

Verified Safe

by CrowdHailer

Overview

This server acts as an implementation for the Model Context Protocol (MCP), providing AI models with access to defined tools, specifically demonstrated through basic mathematical operations.

Installation

Run Command
gleam run

Security Notes

The server uses standard Gleam libraries and the Wisp web framework for handling HTTP and JSON-RPC requests. Input decoding relies on `gleam/dynamic/decode` and `aide`'s internal decoders, which appear to be robust against common injection attacks. The `call_tool` implementations are simple, direct function calls (e.g., `math.add`, `math.random`), and do not involve dynamic code execution from user input. No hardcoded secrets were identified in the provided snippets. A minor risk of information disclosure exists if raw `string.inspect` error messages are returned directly to external users, though this is not a critical code execution vulnerability.

Similar Servers

Stats

Interest Score23
Security Score9
Cost ClassLow
Avg Tokens30
Stars4
Forks0
Last Update2025-12-31

Tags

MCPAI ToolsGleamJSON-RPCServer