MCP.so
登录

Project Hub MCP Server

@peterparker57

关于 Project Hub MCP Server

MCP server for managing software projects, providing tools for project tracking, note-taking, and GitHub integration

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

peterparker57

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Project Hub MCP Server?

Project Hub MCP Server is an MCP server that provides comprehensive project management, local Git functionality, and GitHub integration capabilities. It enables managing local projects, tracking changes, creating local commits, and synchronizing with GitHub repositories. It is intended for developers using MCP-compatible clients.

How to use Project Hub MCP Server?

Clone the repository, install dependencies with npm install, and build with npm run build. Then add the server to your MCP settings file with the required environment variables (GITHUB_TOKEN, GIT_PATH, etc.) and optionally list safe tools under alwaysAllow.

Key features of Project Hub MCP Server

  • Project creation and management with flexible, case-insensitive, partial name search
  • Local commit creation and management without requiring GitHub
  • Branch management (create, switch, list) locally and on GitHub
  • Change tracking with types (feature, fix, refactor, etc.)
  • Rich note system with markdown content and search
  • Full GitHub repository, commit, branch, and pull request management
  • File snapshot system with metadata and content retrieval
  • Multi-account GitHub support

Use cases of Project Hub MCP Server

  • Managing multiple local projects with version control and metadata
  • Tracking changes and creating local commits without a remote repository
  • Synchronizing local work with GitHub repositories
  • Organizing project documentation with searchable notes
  • Automating repository operations (create, fork, transfer, rename) via MCP

FAQ from Project Hub MCP Server

What runtime and dependencies are required?

Node.js and npm are required. The server uses SQLite for local data storage and requires a local Git installation (specified via GIT_PATH environment variable).

How do I authenticate with GitHub?

Set the GITHUB_TOKEN environment variable with a valid GitHub personal access token. The token must have appropriate scopes for repository and pull request operations.

Where does the server store data?

Project metadata, changes, notes, local commits, branches, and file snapshots are stored in a local SQLite database. The database location can be retrieved via the projectdb_location tool.

Does this server support OAuth or other transports?

No. The README only configures the server via the MCP stdio transport (using command and args). Authentication is token-based (GitHub token) and no other transports are described.

Can I work offline with local Git features?

Yes. Local commit creation, branch management, and file snapshots work entirely offline. You only need network connectivity for GitHub integration features like pushing commits or managing remote repositories.

评论

其他 分类下的更多 MCP 服务器