Crewai Dev Demo
БесплатноНе проверенMCP server providing tools for CrewAI Demo (see: kimwwk/crewai-demo)
Описание
MCP server providing tools for CrewAI Demo (see: kimwwk/crewai-demo)
README
A Model Context Protocol (MCP) server that provides file and command execution tools for CrewAI agents.
Overview
This MCP server provides several tools that can be used by CrewAI agents to interact with the file system and execute commands:
- read_file: Read file contents with line numbering
- list_files: List files in a directory, respecting .gitignore patterns
- write_to_file: Write content to files with validation
- execute_command: Execute shell commands with proper process management
Installation
Clone this repository:
git clone https://github.com/kimwwk/crewai-demo-mcp-server.git cd crewai-demo-mcp-serverInstall dependencies using
uv:# If you don't have uv installed, install it first: # curl -LsSf https://astral.sh/uv/install.sh | sh uv sync
Usage
Running the MCP Server
uv run python main.py
# .venv/bin/python3 main.py
By default, the server runs with SSE transport. To use stdio transport, uncomment the appropriate line in main.py.
Environment Variables
PROJECT_ROOT_PATH: Set this to override the default project root path
Tool Documentation
read_file
Reads a file and returns its content with line numbers.
Parameters:
path: The relative path to the file from the project rootline_range: Optional line range to read (e.g., "10-50")max_lines: Maximum number of lines to read (default: 1000)
list_files
Lists files in a directory, optionally recursively, honoring .gitignore.
Parameters:
path: The relative path to the directory from the project rootrecursive: Whether to list files recursively (default: False)
write_to_file
Writes content to a file. Creates the file if it doesn't exist, or overwrites it if it does.
Parameters:
path: The relative path to the file from the project rootcontent: The content to writeline_count: The predicted number of lines for omission detection
execute_command
Executes a command in a subprocess with timeout and captures streaming output.
Parameters:
command: The command to executecwd: Optional working directory (relative to PROJECT_ROOT_PATH or absolute)
License
MIT
Установка Crewai Dev Demo
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/kimwwk/crewai-dev-demo-mcp-serverFAQ
Crewai Dev Demo MCP бесплатный?
Да, Crewai Dev Demo MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Crewai Dev Demo?
Нет, Crewai Dev Demo работает без API-ключей и переменных окружения.
Crewai Dev Demo — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Crewai Dev Demo в Claude Desktop, Claude Code или Cursor?
Открой Crewai Dev Demo на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Crewai Dev Demo with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
