I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

PeterParker57_Project-HUB-MCP-server
Espejo dehttps: //github.com/peterparker57/project-hub-mcp-server
0
Github Watches
1
Github Forks
0
Github Stars
Project Hub MCP Server
An MCP server providing project management and GitHub integration capabilities. This server enables managing local projects, tracking changes, and synchronizing with GitHub repositories.
Features
- Project creation and management
- Change tracking and version control
- GitHub repository integration
- Source file scanning and monitoring
- Automated commit management
- Multi-account GitHub support
Tools
Project Management
create_project
Create a new project with local and remote repository management.
- name: Project name
- path: Local project path
- type: Project type
- description: Project description
get_project
Get project details including repository info.
- name: Project name
list_projects
List all projects with optional filtering.
- type: Filter by project type (optional)
- has_repo: Filter by repository presence (optional)
delete_project
Delete a project.
- name: Project name
Change Management
record_change
Record a change to a project.
- project_name: Project name
- description: Description of the change
- files: Files affected by the change (optional)
- type: Type of change (e.g., feature, bugfix, refactor) (optional)
get_pending_changes
Get uncommitted changes for a project.
- project_name: Project name
clear_committed_changes
Mark changes as committed with a specific commit SHA.
- project_name: Project name
- commit_sha: SHA of the commit
GitHub Account Management
list_accounts
List available GitHub accounts.
set_github_account
Add or update a GitHub account.
- owner: GitHub account owner
- token: GitHub personal access token
select_account
Select a GitHub account to use.
- owner: GitHub account owner
Repository Management
create_repository
Create a new GitHub repository.
- name: Repository name
- description: Repository description
- private: Whether the repository is private (optional)
link_repository
Link a GitHub repository to a project.
- project_name: Project name
- repo_owner: Repository owner
- repo_name: Repository name
clone_repository
Clone a GitHub repository.
- repo: Repository name
- output_dir: Output directory
- branch: Branch to clone (optional)
rename_repository
Rename a GitHub repository.
- repo: Current repository name
- new_name: New repository name
delete_repository
Delete a GitHub repository.
- name: Repository name
File Operations
get_file
Get a file from a GitHub repository.
- repo: Repository name
- path: File path
- branch: Branch name (optional)
Commit Operations
create_commit
Create a commit with multiple file changes.
- repo: Repository name
- changes: Array of file changes (path, operation, sourcePath)
- message: Commit message
- branch: Target branch (optional)
- author: Author details (optional)
list_commits
List commits in a repository.
- repo: Repository name
- branch: Branch name (optional)
- path: File path filter (optional)
- since: Start date (optional)
- until: End date (optional)
- author: Author filter (optional)
get_commit
Get details of a specific commit.
- repo: Repository name
- sha: Commit SHA
revert_commit
Revert a commit.
- repo: Repository name
- sha: Commit SHA to revert
- message: Revert commit message
- branch: Target branch (optional)
Source File Management
scan_source_files
Scan and update source files for a project.
- project_name: Project name
record_source_change
Record a change to a source file.
- project_name: Project name
- file_path: Path to the changed file
- description: Description of the change
- type: Type of change (feature, bugfix, refactor, documentation, other)
- lines: Changed lines with start, end, content, and operation
update_source_settings
Update source file tracking settings for a project.
- project_name: Project name
- auto_commit: Whether to auto-commit changes (optional)
- ignore_patterns: Patterns to ignore during file scanning (optional)
Installation
- Clone the repository:
git clone https://github.com/yourusername/project-hub-mcp-server.git
cd project-hub-mcp-server
- Install dependencies:
npm install
- Build the project:
npm run build
Configuration
Add the server to your MCP settings file:
{
"mcpServers": {
"project-hub": {
"command": "node",
"args": ["path/to/project-hub-mcp-server/dist/index.js"],
"env": {
"DEFAULT_OWNER": "your-github-username",
"GITHUB_TOKEN_your-github-username": "your-github-token"
}
}
}
}
Usage Examples
Project Management
// Create a new project
await mcp.use("project-hub", "create_project", {
name: "my-project",
path: "./projects/my-project",
type: "typescript",
description: "A new TypeScript project"
});
// Record a change
await mcp.use("project-hub", "record_change", {
project_name: "my-project",
description: "Added new feature",
type: "feature",
files: ["src/feature.ts"]
});
GitHub Integration
// Create and link repository
await mcp.use("project-hub", "create_repository", {
name: "my-project",
description: "A new TypeScript project",
private: true
});
await mcp.use("project-hub", "link_repository", {
project_name: "my-project",
repo_owner: "your-username",
repo_name: "my-project"
});
// Create a commit
await mcp.use("project-hub", "create_commit", {
repo: "my-project",
changes: [{
path: "src/feature.ts",
operation: "add",
sourcePath: "./projects/my-project/src/feature.ts"
}],
message: "feat: add new feature"
});
Development
- Make changes to the source code
- Run tests:
npm test
- Build the project:
npm run build
Contributing
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
License
MIT
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
I find academic articles and books for research and literature reviews.
This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Espejo dehttps: //github.com/agentience/practices_mcp_server
Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.
Reviews

user_aoNFBvOw
I have been using peterparker57_project-hub-mcp-server for my latest project and I must say it's fantastic! MCP-Mirror has done an excellent job with this server; it's reliable, efficient, and integrates perfectly with my existing systems. The documentation is clear and the support has been outstanding. Highly recommend it for anyone in need of a strong and dependable MCP server solution! Check it out at https://github.com/MCP-Mirror/peterparker57_project-hub-mcp-server.