DevHub MCP ServerServer

peterparker57
GitHub
Project ManagementGitHub IntegrationDeveloper Tools

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server for managing development projects and their GitHub repositories. DevHub provides tools for project tracking, linking to GitHub repositories, and maintaining metadata.

📝 JSON Entries

{
  "mcpServers": [
    {
      "devhub": {
        "env": {},
        "args": [
          "/path/to/devhub/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

create_projectlink_repositoryget_projectlist_projectsupdate_project

Features

  • Project management with local path tracking
  • GitHub repository integration
  • Project status and tech stack tracking
  • Project filtering and search capabilities

💬 Example Queries

  • Create a new project
  • Link a GitHub repository to an existing project
  • Get detailed information about a specific project
  • List all projects with optional filtering
  • Update project details and metadata