rustmcp-template
Verified Safeby kennardpeters
Overview
This MCP server provides additional context to an MCP client (e.g., an LLM or AI agent) via a `get_example_context` tool.
Installation
./target/release/mcpSecurity Notes
The server uses standard Rust libraries and communicates via stdin/stdout (IPC), which inherently limits network exposure. No 'eval' or similar dynamic code execution is present, and no hardcoded secrets or malicious patterns were identified. Relying on trusted `rmcp` crate and standard Rust practices contributes to a high security score.
Similar Servers
rust-mcp-sdk
A high-performance, asynchronous Rust SDK for building Model Context Protocol (MCP) servers and clients, simplifying protocol handling, enabling tool-based interactions, and supporting multiple transports and authentication methods.
rust-mcp-server
Facilitates interaction between a large language model (LLM) and a local Rust development environment by exposing local Rust tools and project context to the LLM.
neva
Build blazingly fast and easily configurable Model Context Protocol (MCP) servers and clients in Rust for AI/LLM interactions.
personal-mcp-server
A command-line utility for searching text within a specified file, supporting both case-sensitive and case-insensitive searches. Despite the repository's README suggesting it's an 'MCP Server', the provided source code implements a simple local file search tool, not a server or a Model Context Protocol.