Kanban Based Memory

Created By
eyalzha year ago
An MCP tool set providing internal task management state for complex multi-session workflows with AI agents. This is similar to other memory MCP tools, with the additional structure, rules and visibility of a kanban-based task management system.
Overview

what is Kanban Based Memory?

Kanban Based Memory is an MCP tool set designed for internal task management in complex multi-session workflows with AI agents, utilizing a kanban-based task management system for enhanced structure and visibility.

how to use Kanban Based Memory?

To use the tool, start by cloning the repository and following the installation instructions. You can create a kanban board using predefined prompts or ask the AI assistant to document its work on the board. To continue a project, locate the kanban board and resume work on it.

key features of Kanban Based Memory?

  • Column capacity and work-in-progress limits for better task management.
  • Embedded SQLite database for data storage.
  • Web UI for monitoring workflow progress and manual task modifications.
  • Predefined prompts for initiating and resuming workflows.

use cases of Kanban Based Memory?

  1. Managing complex projects with multiple tasks and sessions.
  2. Collaborating with AI agents to document and track progress.
  3. Visualizing task workflows through a kanban board interface.

FAQ from Kanban Based Memory?

  • Can I use Kanban Based Memory for any type of project?

Yes! It is designed to handle various projects that require task management and workflow tracking.

  • Is there a web interface available?

Yes! The tool includes a web UI for observing and modifying tasks.

  • How do I install Kanban Based Memory?

Follow the installation instructions provided in the repository to set up the tool.

Server Config

{
  "mcpServers": {
    "kanban-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-v",
        "/path/to/db:/mcp",
        "mcp/mcp-kanban"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
eyalzh
Star
-
Language
-
License
-

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

8 hours ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago