Skip to main content
Glama
norman2112

AgilePlace MCP Server

by norman2112

agileplaceMCP_v3

AgilePlace-MCP-Server für Demo-Provisioning. Erstellt und formt Demo-Umgebungen (Boards, Bulkkarten, Hierarchie) von Claude Desktop oder Cursor aus. stdio-Transport, Einzelbenutzer.

Module

Module

Rolle

config.mjs

Konfiguration über Umgebungsvariablen + authentifizierter HTTP-Client (Bearer).

boardCache.mjs

Board-Liste bei erster Verwendung vorgewärmt; lazy pro-Board-Kartentypen; Label → ID-Auflösung.

rateLimiter.mjs

Drosselt anhand von X-RateLimit-Remaining / Reset; respektiert Retry-After; begrenzt den Sleep im Tool und gibt retryAfter zurück, anstatt zu blockieren.

tools/createCards.mjs

Massenerstellung von Karten.

server.mjs

stdio-MCP-Einstiegspunkt.

Related MCP server: AgilePlace MCP Server

createCards

  • Sequentielle, selbst drosselnde Schreibvorgänge.

  • Max. ~40 Karten pro Aufruf; größere Batches werden abgelehnt (in Chunks aufteilen und erneut versuchen).

  • Korrelation pro Karte über clientKey, in den Ergebnissen widergespiegelt.

  • Fehlerbehandlung: Wiederholen (429 / 5xx / Netzwerk), Karte als fehlgeschlagen markieren und fortfahren (400 / 422 / 404), Batch abbrechen (401 / 403), Circuit Breaker bei wiederholten identischen Fehlern.

  • Teilerfolg gibt isError: false zurück; Karten in created[] sollten nicht erneut übermittelt werden.

Konfiguration

Anmeldedaten im env-Block der Host-Konfiguration setzen (claude_desktop_config.json oder Cursor mcp.json). Nicht im Quellcode.

{
  "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>"
      }
    }
  }
}

Eigenständig ausführen:

node src/server.mjs

Status

  • createCards — implementiert.

  • updateCards / findCards / createBoard — noch nicht implementiert.

  • Aufgeschoben: Multi-Umgebungs-Routing, Lane-Namensauflösung, OKR-Tools, aufrufweite Idempotenz, Tasks-Erweiterung.

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