ws-cli

modib/ws-cli
★ 0 stars Python AI/LLM Updated 7d ago
Cross-project workspace CLI + MCP server for AI-native development
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ws-cli": {
      "command": "uvx",
      "args": [
        "ws-cli"
      ]
    }
  }
}

Or install with pip: pip install ws-cli

README Excerpt

**ws** is the Forge workspace CLI. It treats `~/Workspace` as a first-class entity: indexes git repos, tracks cross-project health, manages feature worktrees, shares context between projects, and exposes all operations as MCP tools for AI agents. ```bash brew install modib/forge/ws-cli ws init ws scan