We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aybelatchane/mcp-server-terminal'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mod.rs•225 B
//! MCP Protocol Layer
//!
//! This module implements the Model Context Protocol server using rmcp 0.9.
//! It exposes the terminal manipulation capabilities as MCP tools.
pub mod server;
pub use server::TerminalMcpServer;