A tools plugin for the Orchestra MCP framework. Provides multi-folder workspace management with switching support.
go install github.com/orchestra-mcp/plugin-tools-workspace/cmd@latestAdd to your plugins.yaml:
- id: tools.workspace
binary: ./bin/tools-workspace
enabled: true| Tool | Description |
|---|---|
list_workspaces |
List all workspaces with active marker |
create_workspace |
Create a new workspace with name and folder paths |
get_workspace |
Get a single workspace by ID |
update_workspace |
Update a workspace's name or metadata |
delete_workspace |
Remove a workspace from the registry |
switch_workspace |
Set a workspace as active and update its last-used timestamp |
add_folder |
Add a folder to an existing workspace |
remove_folder |
Remove a folder from a workspace (error if last folder) |