Keshro
FreeNot checkedThe intelligent execution layer for coding agents, exposed as an MCP server for high-stakes engineering projects. It enables AI agents to manage plans, tasks, a
About
The intelligent execution layer for coding agents, exposed as an MCP server for high-stakes engineering projects. It enables AI agents to manage plans, tasks, and integrations via tool calls.
README
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_ontask dependencies parallelizabletask scheduling hints- per-task
executorselection - 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.
Install Keshro in Claude Desktop, Claude Code & Cursor
unyly install keshro-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add keshro-mcp -- uvx keshro-mcpFAQ
Is Keshro MCP free?
Yes, Keshro MCP is free — one-click install via Unyly at no cost.
Does Keshro need an API key?
No, Keshro runs without API keys or environment variables.
Is Keshro hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Keshro in Claude Desktop, Claude Code or Cursor?
Open Keshro on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Keshro with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
