Skip to main content
Glama
norman2112

AgilePlace MCP Server

by norman2112

agileplaceMCP_v3

AgilePlace デモプロビジョニング MCP サーバー。Claude Desktop または Cursor からデモ環境(ボード、一括カード、階層)を作成・整形します。stdio トランスポート、シングルユーザー。

Modules

Module

Role

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

  • 順次・自己スロットリング書き込み。

  • 1 回の呼び出しで最大 ~40 カード。それ以上のバッチは拒否(チャンク分割して再試行)。

  • カードごとの clientKey 相関。結果にエコーされる。

  • エラーハンドリング: 再試行(429 / 5xx / ネットワーク)、カード失敗・継続(400 / 422 / 404)、バッチ中止(401 / 403)、同一エラーの繰り返しに対するサーキットブレーカー。

  • 部分成功では isError: false を返す。created[] 内のカードは再送信しないこと。

Configuration

認証情報はホスト設定の 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

Status

  • 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