kayaozkur/mcp-server-terminal-docs
If you are the rightful owner of mcp-server-terminal-docs and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The @lepion/mcp-server-terminal-docs is a Model Context Protocol (MCP) server designed to enhance terminal documentation and command-line interactions with AI assistants.
Tools
Functions exposed to the LLM to take actions
terminal_get_command_info
Get comprehensive information about terminal commands including usage, examples, and alternatives.
terminal_enhance_prompt
Enhance prompts using the 5-tier enhancement system.
terminal_search_commands
Search for terminal commands by functionality, keywords, or use case.
terminal_explain_output
Explain terminal command output, errors, and provide solutions.
terminal_validate_command
Validate command syntax and safety before execution.
terminal_create_workflow
Create multi-step terminal workflows with error handling.
terminal_get_alias_info
Get information about shell aliases and their expansions.
terminal_get_commands_by_category
Get all commands in a specific category.
terminal_get_commands_by_type
Get all commands by tool type (installation method).
terminal_get_database_stats
Get comprehensive statistics about the terminal command database.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client