mcp-http-server
Verified Safeby ivee-tech
Overview
This server implements the Model Context Protocol (MCP) to expose tools via HTTP, demonstrating tool registration, discovery, and execution for AI agents or clients.
Installation
No command providedSecurity Notes
The server is a sample implementation designed for local use, exposing basic tool discovery and execution endpoints. The 'hello_world' tool is benign. For production deployment or more complex tools, robust authentication, authorization, and input validation would be critical to prevent network risks, but for a local sample, the risk is low.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp.gateway
Build Model Context Protocol (MCP) servers in .NET, enabling AI assistants to discover and invoke C# code as tools, prompts, and resources.
csharp-mcp-server-sample
Exposes JsonPlaceholder API functionality as tools for AI agents and LLMs via the Model Context Protocol (MCP).
mcp_server
This server implements the Model Context Protocol (MCP) to expose developer-defined tools as a HTTP API, specifically demonstrating a task creation tool.