Skip to main content

High-stakes engineering project execution for AI agents — MCP server

Project description

Keshro MCP

The intelligent execution layer for coding agents, exposed as an MCP server for high-stakes engineering projects.

pip install keshro-mcp

When to use this vs the CLI

Use the CLI (pip install keshro) for the full experience: interactive clarifying questions, migration detection, parallel execution in isolated worktrees, git checkpoints, cross-task context routing, and cost tracking.

Use MCP if your agent platform speaks MCP and you want direct tool-call access to Keshro plans and tasks.

The CLI gives you more control. MCP is more flexible for custom integrations.

Setup

Set your API token:

export KESHRO_API_TOKEN="ksh_pat_..."

Get one from keshro.com/account.

Connect to your agent

MCP works with any agent that supports the protocol — Claude Code, Cline, Continue, Zed, and others.

Claude Code — add to ~/.claude.json:

{
  "mcpServers": {
    "keshro": {
      "command": "keshro-mcp",
      "env": { "KESHRO_API_TOKEN": "ksh_pat_..." }
    }
  }
}

Other MCP clients — point your client at the keshro-mcp binary with KESHRO_API_TOKEN set in the environment. The server uses stdio transport.

Available tools

Tool What it does
preview_plan Run Keshro's pre-plan intake and clarifying-question preview
generate_plan Generate a plan from a description using AI
list_plans List all plans
get_plan Get a plan with all tasks
plan_status Progress summary (task counts, enrichment sources)
next_task Get the next actionable task
create_plan Create a plan manually
start_task Mark a task as in progress
complete_task Mark a task as done
block_task Mark a task as blocked
unblock_task Clear a blocker
append_task_note Add a note to a task
add_task_artifact Attach an artifact link
record_decision Log a decision with context, choice, and reasoning
edit_task Edit task title or description
push_to_tracker Push tasks to Linear, Jira, or GitHub as issues
sync_pull Pull status updates from connected issue tracker
export_project Export project data

Current parity notes

MCP now supports the newer task controls exposed in the web product:

  • explicit depends_on task dependencies
  • parallelizable task scheduling hints
  • per-task executor selection
  • generic issue linking via issue_id, plus external issue fields
  • pre-plan intake via preview_plan

It still remains thinner than the CLI for actual execution orchestration. The CLI owns parallel local worktrees, git checkpoints, richer execution transcripts, and the direct keshro continue runtime loop.

License

MIT

Releases

Publish the MCP package with one GitHub Actions run after you bump pyproject.toml:

gh workflow run "Publish MCP"

That workflow reads the package version from pyproject.toml, publishes the package to PyPI, then creates the matching vX.Y.Z GitHub release automatically.

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

keshro_mcp-0.1.38.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

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

keshro_mcp-0.1.38-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file keshro_mcp-0.1.38.tar.gz.

File metadata

  • Download URL: keshro_mcp-0.1.38.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for keshro_mcp-0.1.38.tar.gz
Algorithm Hash digest
SHA256 c17c88fe389e2050aa5b44a655250e5ff1661c8a5495333f785f20e19d1432d5
MD5 995c569f5c726f6398663917948b0b70
BLAKE2b-256 bfe0e6aeed439d260abd2624c8e6c4cde1abde34656d24d7f4fc1f7464dbeea1

See more details on using hashes here.

Provenance

The following attestation bundles were made for keshro_mcp-0.1.38.tar.gz:

Publisher: publish.yml on jlewitt1/keshro-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file keshro_mcp-0.1.38-py3-none-any.whl.

File metadata

  • Download URL: keshro_mcp-0.1.38-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for keshro_mcp-0.1.38-py3-none-any.whl
Algorithm Hash digest
SHA256 07fa15048c135e17d71bcb9dac52d510c8579795d6028f617f739a74f1055a61
MD5 15a1c00371c983ca6010f9ca840eb027
BLAKE2b-256 055920d044eacb01217ad7830522de456ec3c8b0378d8a8c010cace729223006

See more details on using hashes here.

Provenance

The following attestation bundles were made for keshro_mcp-0.1.38-py3-none-any.whl:

Publisher: publish.yml on jlewitt1/keshro-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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