Skip to main content

Okto Pulse — spec-driven project management with AI agents via MCP. Local-first, single command setup.

Project description

Okto Pulse

Spec-driven project management for AI-assisted development.

Okto Pulse guides your work from raw ideas to shipped code through a structured pipeline — Ideation → Refinement → Spec → Tasks — with 119+ MCP tools that let AI agents (Claude Code, Cursor, Windsurf, etc.) collaborate on your board.

pip install okto-pulse
okto-pulse init
okto-pulse serve

That's it. Open http://localhost:8100 and start building.


Why Okto Pulse?

  • Spec-driven — Every task traces back to a spec with acceptance criteria, test scenarios, and business rules
  • AI-native — 119+ MCP tools let AI agents create cards, move tasks, ask questions, track bugs, and more
  • Governance built-in — Quality gates enforce test coverage, business rules coverage, and task completion before specs can be finalized
  • Local-first — SQLite database, no external services required, runs on a single machine
  • Single commandokto-pulse serve starts the API, frontend, and MCP server

Quick Start

1. Install

pip install okto-pulse

Requires Python 3.11+.

2. Initialize

cd your-project
okto-pulse init

This creates:

  • A default board and agent in ~/.okto-pulse/
  • A .mcp.json file in the current directory with the MCP connection config

3. Start

okto-pulse serve

4. Connect your AI tool

The .mcp.json is auto-detected by most AI tools:

Tool Setup
Claude Code Auto-detects .mcp.json — just start Claude Code in the same directory
Claude Desktop Copy the MCP config to Claude Desktop settings
Cursor Add to Cursor preferences → MCP settings
VS Code Copy to .vscode/mcp.json
Windsurf / Cline Auto-detects .mcp.json

The generated .mcp.json:

{
  "mcpServers": {
    "okto-pulse": {
      "url": "http://localhost:8101/mcp?api_key=dash_..."
    }
  }
}

5. Start building

Open the Ideations tab and describe what you want to build. Your AI agent can now help you evaluate, refine, spec, and implement it — all tracked on the board.

CLI Commands

Command Description
okto-pulse init Initialize ~/.okto-pulse/, create DB, seed default board + agent, generate .mcp.json
okto-pulse serve Start API + Frontend (port 8100) and MCP server (port 8101)
okto-pulse status Show service status, DB path/size, board/card counts
okto-pulse reset [-y] Delete all data and re-seed (with confirmation)

Custom ports

okto-pulse --api-port 9000 --mcp-port 9001 init
okto-pulse --api-port 9000 --mcp-port 9001 serve

The Pipeline

Ideation → Refinement → Spec → Tasks (Kanban)
Stage What happens
Ideation Capture the idea, evaluate complexity (small/medium/large)
Refinement Deep analysis for medium/large ideas — scope, decisions, knowledge
Spec Acceptance criteria, test scenarios, business rules, API contracts
Tasks Kanban board with dependencies, bug tracking, conclusions

Governance rules (enforced automatically)

  • Specs can't move to "done" without full test coverage
  • Specs can't be finalized with pending tasks
  • Tasks can't start without test scenario coverage
  • Tasks require a conclusion when moved to "done"
  • Bug cards enforce test-first workflow (new test scenario + test task before fixing)

Data Storage

All data lives in ~/.okto-pulse/:

~/.okto-pulse/
├── data/
│   └── pulse.db      # SQLite database
└── uploads/
    └── {board_id}/   # File attachments

From Source

git clone https://github.com/OktoLabsAI/okto-pulse.git
cd okto-pulse
pip install -e packages/core -e packages/community
okto-pulse init
okto-pulse serve

Ecosystem Edition

The Ecosystem edition adds multi-user collaboration, Clerk authentication, PostgreSQL, and portal integration. It's available for teams and organizations — contact Okto Labs for details.

License

Elastic License 2.0 — free for personal and commercial use. You may not provide this software to third parties as a hosted or managed service.

Copyright 2024-2026 Okto Labs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

okto_pulse-0.1.1.tar.gz (2.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

okto_pulse-0.1.1-py3-none-any.whl (2.0 MB view details)

Uploaded Python 3

File details

Details for the file okto_pulse-0.1.1.tar.gz.

File metadata

  • Download URL: okto_pulse-0.1.1.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.1

File hashes

Hashes for okto_pulse-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a038f62837078c0f26bc5defcc0e1a572f8be9563b7889ec8b1616189af534bb
MD5 5dcf6abd3aee5146519e82074e3c3959
BLAKE2b-256 a25adc1dab5336e1c5eb2ec4e0258ee3b0677f778093762446446b4fb4239d05

See more details on using hashes here.

File details

Details for the file okto_pulse-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: okto_pulse-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.1

File hashes

Hashes for okto_pulse-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3b42daae56801d62284a42f8f2a2f6a0426e634db0360141664ea8619eb51a22
MD5 703896f60db17d69c87cf185886c8630
BLAKE2b-256 d120b55b88825da9b9473175a99442a3c123eca5aafb93b3ff4d1bab55299f32

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page