1. Conduid
  2. Data
  3. Sprintable Legacy
MCP server · Data

Sprintable Legacy

AI-powered sprint management — kanban, AI agents, meeting notes, MCP server, billing

34Low

Scored 4 months ago · breakdown

About Sprintable Legacy

Sprintable Legacy is an MCP server in the Data category: aI-powered sprint management — kanban, AI agents, meeting notes, MCP server, billing. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/moonklabs/sprintable-legacy

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Sprintable Legacy

Powered by Claude · Grounded in docs

I know everything about Sprintable Legacy. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

🚀 Sprintable

AI-powered sprint management for modern development teams.

Sprintable combines agile project management with AI agents to automate standups, code reviews, meeting notes, and sprint operations — all in one platform.

📸 Note: Replace placeholder images with actual screenshots after first deployment. Run pnpm dev and capture the kanban board, meeting notes, and pricing pages.

✨ Features

  • 📋 Kanban Board — Stories, epics, sprints with drag-and-drop
  • 🤖 AI Agents — Automated standups, code reviews, meeting summaries
  • 🎙 Meeting Notes — Browser recording, STT transcription, AI structuring
  • 📝 Memos — Team communication with @mentions and threading
  • 📊 Analytics — Velocity tracking, burndown charts, team workload
  • 🎨 Mockup Editor — Drag-and-drop UI prototyping
  • 📄 Docs — Markdown documentation with version history
  • 🏆 Rewards — Gamified team recognition
  • 🔌 MCP Server — AI agent integration via Model Context Protocol

🛠 Tech Stack

Layer Technology
Frontend Next.js 15, React 19, Tailwind CSS, next-intl
Backend Next.js API Routes, Supabase (Postgres + Auth + Storage)
AI OpenAI GPT-4o-mini, Anthropic Claude, Whisper STT
MCP @modelcontextprotocol/sdk
Monorepo pnpm workspaces, Turborepo

📦 Project Structure

sprintable/
├── apps/web/              # Next.js frontend + API routes
├── packages/
│   ├── db/                # Supabase migrations + types
│   ├── mcp-server/        # MCP tool server (stdio/SSE)
│   └── shared/            # Shared schemas + utilities
└── docs/                  # Documentation

🚀 Quick Start

Prerequisites

  • Node.js 20+
  • pnpm 9+
  • Supabase project (local or cloud)

Installation

# Clone
git clone https://github.com/moonklabs/sprintable.git
cd sprintable

# Install dependencies
pnpm install

# Copy environment variables
cp .env.example apps/web/.env.local

# Run database migrations
pnpm --filter @sprintable/db migrate

# Start development server
pnpm dev

Visit http://localhost:3000 to get started.

MCP Server

# stdio mode (for Claude Desktop, Codex, etc.)
pnpm --filter @sprintable/mcp-server start

# SSE mode (for web clients)
MCP_MODE=sse MCP_PORT=3100 pnpm --filter @sprintable/mcp-server start

🧪 Development

pnpm lint          # ESLint
pnpm type-check    # TypeScript
pnpm test          # Vitest
pnpm build         # Production build

📖 Documentation

📄 License

AGPL-3.0 — See LICENSE for details.

For commercial licensing (SaaS hosting, white-label, closed-source modifications), contact license@moonklabs.com.

🤝 Contributing

We welcome contributions! Please read our Contributing Guide before submitting a PR.


Built with ❤️ by Moonklabs

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Sprintable Legacy

How do I install Sprintable Legacy?

Run git clone https://github.com/moonklabs/sprintable-legacy, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Sprintable Legacy safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Sprintable Legacy still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.