MCP.so
ログイン

Project MCP Server

@tejpalvirk

Project MCP Server について

MCP server for project management

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

tejpalvirk

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "project": {
      "command": "npx",
      "args": [
        "-y",
        "github:tejpalvirk/project"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Project MCP Server?

Project MCP Server is an MCP server that provides tools for managing project knowledge graphs, enabling structured representation of projects, tasks, milestones, resources, and team members. It helps project managers track progress, manage risks, allocate resources, and make informed decisions.

How to use Project MCP Server?

Install it with npx -y github:tejpalvirk/project, globally via npm install -g github:tejpalvirk/project, or via Docker. Configure it in claude_desktop_config.json under mcpServers.project. Use tools like startsession, loadcontext, buildcontext, and endsession to interact with the project knowledge graph. Storage paths can be customized with environment variables MEMORY_FILE_PATH (default ./project/memory.json) and SESSIONS_FILE_PATH (default ./project/sessions.json).

Key features of Project MCP Server

  • Persistent project context across multiple sessions
  • Session management with unique IDs and progress tracking
  • Real‑time project health, risk, and issue status monitoring
  • Task dependency visualization to identify bottlenecks
  • Milestone progress and resource allocation tracking
  • Decision logging, team member management, and timeline analysis

Use cases of Project MCP Server

  • Maintain context continuity across project planning and review sessions
  • Onboard new team members by loading full project context
  • Document meeting outcomes and session results with structured data
  • Visualize task dependencies, critical paths, and risk mitigation
  • Optimize resource allocation and prioritize high‑priority work

FAQ from Project MCP Server

What entity types does Project MCP Server support?

It supports 16 entity types: project, task, milestone, resource, teamMember, note, document, issue, risk, decision, dependency, component, stakeholder, change, status (inactive/active/complete), and priority (high/low).

How is data persisted between sessions?

Data is stored in two files: a knowledge graph (memory.json by default) and session history (sessions.json by default). Paths can be customized via MEMORY_FILE_PATH and SESSIONS_FILE_PATH environment variables.

What tools are available for managing the knowledge graph?

Tools include startsession, loadcontext, endsession, buildcontext (create entities/relations/observations), deletecontext, and advancedcontext (search, graph retrieval, status/priority/sequence queries).

How can I analyze project risks or task sequences?

Domain‑specific functions like getProjectRisks, getTaskDependencies, getTaskSequence, getProjectHealth, and getPriorityItems are built into the server and can be invoked via MCP.

コメント

「その他」の他のコンテンツ