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, supporting various transports and authentication methods.
rust-mcp-server
Acts as a bridge for Large Language Models (LLMs) like GitHub Copilot to interact with and perform actions on local Rust development environments, automating tasks like building, testing, and analyzing code.
neva
Provides a blazingly fast and easily configurable Model Context Protocol (MCP) server and client SDK for Rust, primarily for integrating LLMs with external tools and resources.
personal-mcp-server
This project implements a command-line utility for searching text within files, supporting both case-sensitive and case-insensitive queries.