sdirishguy/mcp_server_project
If you are the rightful owner of mcp_server_project 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 Model Context Protocol (MCP) Server is a secure, programmable agent tool server designed for orchestrating AI workflows and automating operations over HTTP.
Tools
Functions exposed to the LLM to take actions
file_system_create_directory
Creates a new directory at the specified path.
file_system_write_file
Writes content to a file at the specified path.
file_system_read_file
Reads content from a file at the specified path.
file_system_list_directory
Lists contents of a directory at the specified path.
execute_shell_command
Executes a shell command and returns the output.
llm_generate_code_openai
Generates code using OpenAI's API based on a given prompt.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client