Skip to main content
Glama
cfollette18

namakan-mcp-projects

by cfollette18

namakan-mcp-pm

Internal MCP server: one project/work-management surface. Namakan agents call pm_find_task whether the backend is Jira, Asana, Monday, ClickUp, Smartsheet, Microsoft Project, or Trello.

delivery-manager uses the same tools to project engagement status into the client's board. The client PMO does not configure MCP.

How agents connect

mcp_servers:
  namakan-mcp-pm:
    command: uvx
    args:
      - --from
      - git+https://github.com/cfollette18/namakan-mcp-pm.git
      - namakan-mcp-pm
      - serve
    env:
      NAMAKAN_PM_BACKEND: mock
    trust: full

Bootstrap writes that into every Hermes profile with using-namakan-mcp.

Related MCP server: Lazy LLMs Project Management MCP Server

Architecture

delivery-manager to MCP to PM tools to Jira, Asana, or mock

Full AI workflow

List projects, find task, list tasks, then a blocked status update

  1. president-coo assigns delivery tracking to delivery-manager.

  2. Agent calls pm_run_workflow (list → find → blocked status update).

  3. Writes stay off until ciso approval. Dry-run shows the would-be call.

Demo without an agent process:

namakan-mcp-pm workflow

Expected: four JSON steps. Last step "error": "writes_disabled".

Tools

Tool

Access

Arguments

pm_find_task

read

query

pm_list_tasks

read

project_id?

pm_list_projects

read

pm_update_status

write

task_id, status

pm_add_comment

write

task_id, body

pm_run_workflow

read + blocked write

use_case?, query?

Mock statuses: todo, doing, blocked, done. Map vendor states in the adapter, not in the tool name.

Potential use cases

Engagement board, where is the audit, close the task

Use case

Which agent

Why it matters

Engagement board

delivery-manager

Mirror Phase 1/2 status into the client's Jira without learning Jira's API.

Where is the audit?

delivery-manager

Mock today, Asana after go-live. Same tool.

Close the task

ciso gates the write

Blocked until writes are enabled.

use_case: engagement-board (default), where-is-the-audit, close-the-task.

Tests

pip install -e ".[dev]"
pytest

License

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-pm'

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