mcp-code-tools

lulkien/mcp-code-tools
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
Just a dumb MCP server playground
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-code-tools": {
      "command": "uvx",
      "args": [
        "mcp-code-tools"
      ]
    }
  }
}

Or install with pip: pip install mcp-code-tools

README Excerpt

Rust-based MCP server implementing file operations. mcp-code-tools is a Rust-based Model Context Protocol (MCP) server implementing 8 file operation tools. Built with rmcp crate, it provides secure file manipulation within workspace boundaries. - **file_ops/** - Core file operation implementations - `common.rs` - Path validation, traversal protection, workspace resolution

Tools (7)

base64clapglobregexrmcpschemarstokio