@wolbarg/workspace-mcp
v0.1.2
Published
MCP server for Wolbarg Workspace
Maintainers
Readme
@wolbarg/workspace-mcp
Stdio MCP server used by Wolbarg Workspace connectors.
You normally do not configure this by hand. Use:
npx @wolbarg/workspace connect cursorThe CLI registers this server for you. Manual MCP entry (advanced):
{
"mcpServers": {
"wolbarg-workspace": {
"command": "npx",
"args": ["-y", "@wolbarg/workspace-mcp"]
}
}
}