Skip to main content
Glama
norman2112

AgilePlace MCP Server

by norman2112

agileplaceMCP_v3

AgilePlace 演示配置 MCP 服务器。从 Claude Desktop 或 Cursor 创建和塑造演示环境(看板、批量卡片、层级结构)。stdio 传输,单用户。

模块

模块

作用

config.mjs

环境变量驱动的配置 + 已认证的 HTTP 客户端(Bearer)。

boardCache.mjs

首次使用时预热看板列表;按看板惰性加载卡片类型;标签 → ID 解析。

rateLimiter.mjs

根据 X-RateLimit-Remaining / Reset 进行节流;遵循 Retry-After;限制工具内休眠时间,并返回 retryAfter 而不是阻塞。

tools/createCards.mjs

批量创建卡片。

server.mjs

stdio MCP 入口点。

Related MCP server: AgilePlace MCP Server

createCards

  • 顺序、自限流写入。

  • 每次调用最多约 40 张卡片;更大的批次将被拒绝(请分块重试)。

  • 每张卡片的 clientKey 关联,结果中会回显。

  • 错误处理:重试(429 / 5xx / 网络错误)、卡片失败继续(400 / 422 / 404)、中止批次(401 / 403)、对重复相同失败启用熔断器。

  • 部分成功时返回 isError: falsecreated[] 中的卡片不应重新提交。

配置

在宿主配置的 env 块(claude_desktop_config.json 或 Cursor 的 mcp.json)中设置凭据。不要放在源代码中。

{
  "mcpServers": {
    "agileplace-v3": {
      "command": "node",
      "args": ["/absolute/path/to/src/server.mjs"],
      "env": {
        "AGILEPLACE_DEFAULT_URL": "https://<your-org>.leankit.com/io",
        "AGILEPLACE_DEFAULT_TOKEN": "<token>"
      }
    }
  }
}

独立运行:

node src/server.mjs

状态

  • createCards — 已实现。

  • updateCards / findCards / createBoard — 尚未实现。

  • 已推迟:多环境路由、泳道名称解析、OKR 工具、全调用幂等性、任务扩展。

Install Server
F
license - not found
A
quality
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

  • A
    license
    Not graded
    quality
    A
    maintenance
    Facilitates interaction with Trello boards via the Trello API, offering features like rate limiting, type safety, input validation, and error handling for seamless management of cards, lists, and board activities.
    3,208
    432
    MIT
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables AI assistants to interact with AgilePlace for comprehensive project management tasks including board management, card operations, dependency tracking, and bulk updates. Supports natural language queries for managing AgilePlace boards, cards, and team workflows.
  • A
    license
    A
    quality
    B
    maintenance
    Stdio MCP server for curated GoHighLevel API v2 coverage, enabling create, update, and delete operations on custom fields, contacts, opportunities, tags, conversations, calendars, and more, with safe guarded destructive tools requiring explicit confirmation.
    56
    19
    1
    AGPL 3.0

View all related MCP servers

Related MCP Connectors

  • ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)

  • Shortcut project management. Create, update, search stories and manage workflows.

  • Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key)

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/norman2112/agileplaceMCP_v3'

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