glyph
by GhostKellz
Overview
Provides an enterprise-grade Rust library for the Model Context Protocol (MCP), enabling secure, observable, and high-throughput server and client interactions for AI agents and service backends.
Installation
No command providedSecurity Notes
The server binary exposes built-in tools like 'shell_execute', 'read_file', 'write_file', 'delete_file', and 'list_directory'. While a policy engine is mentioned for access control, running the default server without explicit policy configuration is a significant security risk, allowing arbitrary command execution and file system manipulation.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
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-schema
Provides a type-safe Rust implementation of the Model Context Protocol (MCP) schema, enabling developers to build robust MCP servers and clients.
haskell-mcp-server
Provides a fully-featured Haskell library for building Model Context Protocol (MCP) servers to enable AI agent interaction.