Keshro MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Keshro MCPlist all my plans"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Keshro MCP
The intelligent execution layer for coding agents, exposed as an MCP server for high-stakes engineering projects.
pip install keshro-mcpWhen 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 |
| Run Keshro's pre-plan intake and clarifying-question preview |
| Generate a plan from a description using AI |
| List all plans |
| Get a plan with all tasks |
| Progress summary (task counts, enrichment sources) |
| Get the next actionable task |
| Create a plan manually |
| Mark a task as in progress |
| Mark a task as done |
| Mark a task as blocked |
| Clear a blocker |
| Add a note to a task |
| Attach an artifact link |
| Log a decision with context, choice, and reasoning |
| Edit task title or description |
| Push tasks to Linear, Jira, or GitHub as issues |
| Pull status updates from connected issue tracker |
| Export project data |
Current parity notes
MCP now supports the newer task controls exposed in the web product:
explicit
depends_ontask dependenciesparallelizabletask scheduling hintsper-task
executorselectiongeneric issue linking via
issue_id, plus external issue fieldspre-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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jlewitt1/keshro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server