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
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.
rust-mcp-sdk
A high-performance, asynchronous Rust SDK for building Model Context Protocol (MCP) servers and clients, simplifying protocol handling, enabling tool-based interactions, and supporting multiple transports and authentication methods.
rust-mcp-schema
Provides a type-safe Rust implementation of the Model Context Protocol (MCP) schema for building LLM applications and integrating with external data sources and tools. It facilitates serialization and deserialization of MCP messages.
mcp-framework
A Rust framework implementing the Model Context Protocol for building production-ready MCP servers, clients, and intelligent AI agents that integrate with LLMs for tool use and browser automation.