sprintable
v0.1.1
Published
Connect your AI agent to Sprintable in one command
Readme
sprintable
Connect your AI agent to Sprintable in one command.
Quick Start
npx sprintable connectEnter your API URL and API Key when prompted — your agent is connected in under 2 minutes.
Installation
# Run directly with npx (recommended — no install needed)
npx sprintable connect
# Or install globally
npm install -g sprintable
sprintable connectAgent Types
# Claude Code (default)
npx sprintable connect --agent claude-code
# Cursor
npx sprintable connect --agent cursor
# VS Code
npx sprintable connect --agent vscode
# Windsurf
npx sprintable connect --agent windsurfHow It Works
- Enter your API URL (default:
https://app.sprintable.ai) - Enter your Admin API Key (Sprintable → Settings → API Keys)
- Connection is verified automatically
- Select your project
- Enter an agent name
- Agent is registered and an API key is issued automatically
- Config file is written to disk
Restart your agent client — when you see the sprintable_ping tool, you're connected.
Config File Locations
| Agent | Path |
|-------|------|
| Claude Code | ~/.mcp.json |
| Cursor | ~/.cursor/mcp.json |
| VS Code | ~/.vscode/settings.json |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
Requirements
- Node.js 20+
- A Sprintable account with at least one project
