Skip to main content
Glama
cfollette18

namakan-mcp-projects

by cfollette18

namakan-mcp-projects

プロジェクトおよび作業管理のための1つのMCPサーバー。バックエンドがJira、Asana、Monday、ClickUp、Smartsheet、Microsoft Project、Trelloのいずれであっても、エージェントは pm_find_task / pm_list_projects を呼び出します。

Namakan自身の delivery-manager は、同じツールを使ってエンゲージメント状況をクライアントのシステムに反映できます。

モックデータはパッケージに同梱されています。試すのにJiraトークンは不要です。

60秒で実行

pip install git+https://github.com/cfollette18/namakan-mcp-projects.git
namakan-mcp-projects demo
namakan-mcp-projects call pm_find_task query=audit
namakan-mcp-projects call pm_list_projects

demo は、プロジェクトを一覧表示し、タスクを検索し、タスクを完了としてマークしようとすると writes-disabled エラーを表示します。

Related MCP server: Lazy LLMs Project Management MCP Server

どのように組み込まれるか

flowchart LR
  Agent[Hermes / Cursor / delivery-manager] -->|MCP| Server[namakan-mcp-projects]
  Server --> Tools[pm_find_task / pm_list_projects / ...]
  Tools --> Mock[mock board]
  Tools --> Jira[Jira]
  Tools --> Asana[Asana]
  Tools --> Other[Monday / ClickUp / ...]

Cursorへの接続

{
  "mcpServers": {
    "namakan-projects": {
      "command": "namakan-mcp-projects",
      "args": ["serve"],
      "env": {
        "NAMAKAN_PM_BACKEND": "mock"
      }
    }
  }
}

モックの書き込みを(有効化した後)NAMAKAN_PM_STORE=/tmp/pm.json で永続化します。

CLI

コマンド

説明

namakan-mcp-projects / serve

MCP stdio

tools

統合ツールの一覧表示

call TOOL k=v

MCPホストなしで呼び出し

demo

一覧表示 + 検索 + writes-disabled

ツール

ツール

アクセス

引数

pm_find_task

読み取り

query

pm_list_tasks

読み取り

project_id?

pm_list_projects

読み取り

pm_update_status

書き込み

task_id, status

pm_add_comment

書き込み

task_id, body

モックが理解するステータス値: tododoingblockeddone。ベンダー固有の状態はツール名ではなく、ベンダーアダプター内でマッピングしてください。

書き込み

NAMAKAN_MCP_ALLOW_WRITES=1 NAMAKAN_MCP_DRY_RUN=1 \
  namakan-mcp-projects call pm_update_status task_id=t1 status=done

ライセンス

MIT. Copyright (c) 2026 Namakan AI Engineering.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Project management MCP for AI agents with safe task reads and writes.

  • Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.

  • Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cfollette18/namakan-mcp-projects'

If you have feedback or need assistance with the MCP directory API, please join our Discord server