Skip to main content

The intelligent execution layer for AI agents — MCP server

Project description

Keshro MCP

Keshro as an MCP server. Same plans, tasks, and execution tracking — exposed as tool calls for any MCP-compatible agent.

pip install keshro-mcp

When to use this vs the CLI

Use the CLI (pip install keshro) if you want the full experience: parallel agent execution, git checkpoints, cross-task context routing, and execution orchestration built in.

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

The CLI does more. MCP is more flexible.

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
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

License

MIT

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.0.tar.gz (8.4 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.0-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for keshro_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1e06771346f87f1066bf75e206004465059a90f7bc84153ea53b8ad93e08df7a
MD5 ff5841ba05761e878d3ea1647715ada6
BLAKE2b-256 cf7c3a496426ef9c7e787e2017818adc8f12f6e849c448dd3fe223cf7c6b84ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for keshro_mcp-0.1.0.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.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for keshro_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 67cd75c6aedc5a366d7220a06e9d03b4cc3f704239847631cf43d51466edb2cf
MD5 f07e8bdf9aef333429c3b2b4a370fdb8
BLAKE2b-256 4c0a3ab767881f3cd776f17aeae6fdb5d7585f00e812b8a481969445e925b9b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for keshro_mcp-0.1.0-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