orkestrr-mcp

cafadev/orkestrr-mcp
★ 0 stars Python AI/LLM Updated 2d ago
MCP server for Orkestrr — let Claude Code, Cursor, and any MCP client create and update your project hierarchy (bundles, goals, tasks) while they work.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "orkestrr-mcp": {
      "command": "uvx",
      "args": [
        "orkestrr-mcp"
      ]
    }
  }
}

Or install with pip: pip install orkestrr-mcp

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that lets an AI agent (e.g. Claude Code) **create, reuse, and manage** the Orkestrr project-management hierarchy — Bundles, Goals, and Tasks — through the existing Orkestrr REST API. It is a standalone process that talks to Orkestrr over HTTP, so once registered at **user scope**

Tools (5)

ORKESTRR_AUTH_URLORKESTRR_BASE_URLORKESTRR_MCP_HOMEcafadevset_task_status

Topics

ai-agentsclaudeclaude-codecursormcpmodel-context-protocolproject-managementpython