Vibecodemcp
No description available
Ask AI about Vibecodemcp
Powered by Claude · Grounded in docs
I know everything about Vibecodemcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
VibeCodeMCP
A Model Context Protocol (MCP) server for managing and creating other MCP servers.
Dependency Issues Fix
The original server.py has some dependency issues with incorrect imports and missing functionality. To fix these issues:
- Run the fix_dependencies.py script:
python fix_dependencies.py
This script will:
- Fix incorrect imports in the tools directory
- Create necessary utility modules in the utils directory
- Replace absolute imports with relative imports
- Provide simplified implementations of missing functions
- After running the fix script, you can either use the original server.py or the modified_server.py:
# Using the fixed original server
python server.py
# Or using the simplified modified server
python modified_server.py
The modified_server.py contains simplified implementations of file operations that don't rely on the complex dependency chain of the original implementation.
Features
- Create MCP servers with
create_servertool - List existing servers with
list_serverstool - Remove servers with
remove_servertool - File operations:
- Read files with
read_filetool - Write files with
write_filetool - Edit files with
edit_filetool
- Read files with
Usage
- Start the server:
python modified_server.py
-
Connect to the server with an MCP client.
-
Use the available tools to manage your MCP servers.
Dependencies
Required Python packages:
- mcp[cli]>=1.6.0
- anyio
- editorconfig
- tomli
These dependencies are specified in the pyproject.toml file.
