Enables Docker container management with capabilities to list, create, start, stop, and remove containers, as well as retrieve container logs.
Provides tools for GitHub repository management including listing repositories, creating new repositories, managing issues, and retrieving repository details.
Allows interaction with Vercel's platform for managing projects and deployments, including listing projects, retrieving project details, and monitoring deployment status.
DevGear MCP Server
A standalone Model Context Protocol (MCP) server providing development tools integration for GitHub, Docker, and Vercel operations.
Installation
Using uvx (Recommended)
From Source
Configuration
Environment Variables
Set the following environment variables for full functionality:
MCP Client Configuration
Add to your MCP client's settings.json:
Features
GitHub Tools
github_list_repositories
- List user repositoriesgithub_create_repository
- Create new repositoriesgithub_get_repository
- Get repository detailsgithub_list_issues
- List repository issuesgithub_create_issue
- Create new issues
Docker Tools
docker_list_containers
- List containersdocker_create_container
- Create and start containersdocker_stop_container
- Stop containersdocker_remove_container
- Remove containersdocker_get_logs
- Get container logs
Vercel Tools
vercel_list_projects
- List projectsvercel_get_project
- Get project detailsvercel_list_deployments
- List deploymentsvercel_get_deployment
- Get deployment details
Usage Examples
Using with Claude Desktop
- Add the configuration to your
settings.json
- Restart Claude Desktop
- Use natural language to interact with your development tools:
Direct Usage
Development
Setup Development Environment
Running Tests
Code Formatting
License
MIT License - see LICENSE file for details. "# devgear-mcp-server"
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Provides development tools integration for GitHub, Docker, and Vercel operations through MCP. Enables users to manage repositories, containers, and deployments using natural language commands.
Related MCP Servers
- -securityAlicense-qualityAn MCP server that enables interaction with the Vercel API to manage deployments, DNS records, domains, projects, and environment variables through natural language commands.Last updated -109TypeScriptMIT License
- -securityFlicense-qualityProvides tools for interacting with GitHub's API through the MCP protocol, allowing users to create repositories, push content, and retrieve user information.Last updated -JavaScript
- AsecurityFlicenseAqualityAn MCP server that provides seamless interaction with Azure DevOps Git repositories, enabling users to manage repositories, branches, pull requests, and pipelines through natural language.Last updated -823TypeScript
- AsecurityFlicenseAqualityAn MCP server that provides various tools for interacting with the Vercel API, enabling management of deployments, DNS records, domains, projects, and environment variables through natural language commands.Last updated -710919JavaScript