Back to Home
jakvbs icon

claude-mcp-rs

Verified Safe

by jakvbs

Overview

A high-performance Rust-based MCP server that integrates with the Claude CLI for AI-assisted coding tasks, enabling multi-turn conversations and configurable execution.

Installation

Run Command
claude-mcp-rs

Environment Variables

  • CLAUDE_MCP_CONFIG_PATH
  • CLAUDE_BIN

Security Notes

The server uses Rust's `tokio::process::Command` which handles arguments safely, preventing shell injection. Inputs are validated (PROMPT, SESSION_ID, working directory). The NPM installation script downloads pre-built binaries from GitHub releases via HTTPS, introducing a standard supply chain risk. No `eval` or `shell: true` patterns were found in the core logic. Hardcoded secrets or direct network attack surface are absent as it uses stdio transport. Overall, robust for its intended purpose.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens7500
Stars0
Forks0
Last Update2025-12-05

Tags

MCPClaudeRustAI CodingDevelopment Tool