namakan-mcp-projects
namakan-mcp-projects
一个用于项目与工作管理的 MCP 服务器。无论后端是 Jira、Asana、Monday、ClickUp、Smartsheet、Microsoft Project 还是 Trello,智能体都可以调用 pm_find_task / pm_list_projects。
Namakan 自家的 delivery-manager 也可以使用相同的工具将项目参与状态写入客户的系统。
包内自带 Mock 数据。无需 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_projectsdemo 会列出项目、查找任务,然后在尝试将任务标记为已完成时显示 写入已禁用 错误。
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"
}
}
}
}启用 Mock 写入后,使用 NAMAKAN_PM_STORE=/tmp/pm.json 持久化这些写入。
CLI
命令 | 功能 |
| MCP stdio |
| 列出统一工具 |
| 无需 MCP 主机即可调用 |
| 列出 + 查找 + 写入已禁用 |
工具
工具 | 权限 | 参数 |
| 读取 |
|
| 读取 |
|
| 读取 | — |
| 写入 |
|
| 写入 |
|
该 Mock 实现可识别的状态值:todo、doing、blocked、done。请在厂商适配器中映射各厂商特有的状态,而不要在工具名称中体现。
写入
NAMAKAN_MCP_ALLOW_WRITES=1 NAMAKAN_MCP_DRY_RUN=1 \
namakan-mcp-projects call pm_update_status task_id=t1 status=done许可证
MIT。版权所有 (c) 2026 Namakan AI Engineering。
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Clickup's project management tools through the MCP protocol, allowing task and project operations via natural language.1MIT
- FlicenseNot gradedqualityDmaintenanceEnables LLM agents to manage projects, track issues, log work, and integrate with Git. Provides 23 MCP tools for full project management capabilities.16
- AlicenseNot gradedqualityCmaintenanceProvides Kanban, Gantt, list views, multi-project management, and archiving for task management via MCP protocol, enabling Cherry Studio Agent to create, update, query, and organize tasks.5ISC
- AlicenseNot gradedqualityDmaintenanceIntegrates Asana, GitHub, and Slack into MCP-compatible clients like Claude and Cursor, enabling task management, messaging, and project management through natural language.9MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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