kimwwk/crewai-demo-mcp-server
3.1
If you are the rightful owner of crewai-demo-mcp-server 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.
A Model Context Protocol (MCP) server that provides file and command execution tools for CrewAI agents.
Tools
Functions exposed to the LLM to take actions
read_file
Reads a file and returns its content with line numbers.
list_files
Lists files in a directory, optionally recursively, honoring .gitignore.
write_to_file
Writes content to a file, creating or overwriting as necessary.
execute_command
Executes a command in a subprocess with timeout and captures streaming output.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client