Base1000QianZiWenCodec
Verified Safeby real-LiHua
Overview
Encodes and decodes text using characters from the 'Thousand Character Classic' (千字文) for unique text representation.
Installation
uvx git+https://github.com/real-LiHua/Base1000QianZiWenCodec[mcp]Security Notes
The project uses Rust, which provides strong memory safety guarantees. Encoding involves `num-bigint` for numerical conversion of input text and `rand` for character selection, both used in standard, safe ways. Decoding reverses this process. There are no direct network requests within the core logic, no hardcoded secrets, and no use of `eval` or similar high-risk functions. The `uvx` or `pipx` execution methods fetch the repository from GitHub, which is an inherent network operation of those tools, not the application itself.
Similar Servers
kreuzberg
Extracts text, tables, images, and metadata from 56 file formats including PDF, Office documents, and images. Supports multiple OCR backends, extensible plugins, and is designed for data preprocessing in AI/ML workflows.
code-assistant
Standardizes communication between code editors and AI coding agents, enabling autonomous code analysis and modification via command-line, GUI, or server modes.
rust-mcp-schema
Provides a type-safe Rust implementation of the Model Context Protocol (MCP) schema, enabling developers to build robust MCP servers and clients.
codex-mcp-rs
This server acts as an MCP (Model Context Protocol) wrapper for the Codex CLI, enabling AI-assisted coding tasks through compatible clients like Claude Code.