From enterprise-workspace
Local stdio MCP server running Node.js workspace-server.js for accessing and managing Claude Code workspace state. No secrets required.
npx claudepluginhub devsforge/marketplace --plugin enterprise-workspaceAdd to your .mcp.json:
{
"mcpServers": {
"workspace-state": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/servers/workspace-server.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node