MCP server for managing software projects, providing tools for project tracking, note-taking, and GitHub integration
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"project-hub": {
"env": {
"GIT_PATH": "C:\\Program Files\\Git\\bin\\git.exe",
"NODE_ENV": "development",
"GITHUB_TOKEN": "your-github-token",
"DEFAULT_OWNER": "your-github-username",
"DEFAULT_PRIVATE": "true"
},
"args": [
"path/to/project-hub-mcp-server/dist/index.js"
],
"command": "node",
"alwaysAllow": [
"list_projects",
"find_project",
"get_pending_changes",
"get_local_commit_history",
"list_local_branches"
]
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server providing comprehensive project management, local Git functionality, and GitHub integration capabilities. This server enables managing local projects, tracking changes, creating local commits, and synchronizing with GitHub repositories.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / developer-tools
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
MCP Security Weekly
Get CVE alerts and security updates for Project Hub Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server providing comprehensive project management, local Git functionality, and GitHub integration capabilities. This server enables managing local projects, tracking changes, creating local commits, and synchronizing with GitHub repositories.
Create a new project with local and remote repository management.
Find a project by name (flexible, case-insensitive, partial match). Returns detailed project information including changes and notes.
List all projects with optional filtering.
Update details of an existing project.
Delete a project.
Scan a project directory for source files and update the project record.
Get the full path of the project database location.
Record a change in a project.
Get pending changes for a project.
Clear committed changes for a project.
Initialize a local Git repository for a project.
Create a local commit from pending changes.
Get local commit history for a project.
Create a new local branch.
Switch to a different local branch.