npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@swoft/workspace-mcp-server

v1.0.4

Published

SWOFT Workspace MCP Server with integrated Virtual Filesystem - Complete AI-native workspace management

Readme

SWOFT Workspace MCP Server - Unified Package

🎯 The One Package to Rule Them All!

This consolidated package combines:

  • MCP Server (Claude Desktop/Code integration)
  • Virtual Filesystem (JSON ↔ MongoDB)
  • 25 VFS Scripts (GTD, auto-setup, monitoring)
  • 12 CLI Commands
  • Script Execution via MCP

📖 See UNIFIED-PACKAGE-GUIDE.md for complete documentation.

Installation

Global Installation

npm install -g @swoft/workspace-mcp-server

Local Development

npm install
npm run build

Claude Desktop Integration

Using Claude MCP CLI

# Add to Claude Desktop
claude mcp add swoft-workspace npx @swoft/workspace-mcp-server

# List connected servers
claude mcp list

# Remove if needed
claude mcp remove swoft-workspace

Manual Configuration

Add to your Claude Desktop settings (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "swoft-workspace": {
      "command": "node",
      "args": ["dist/server.js"],
      "cwd": "/Users/derick/projects/professional/swoft/swoft-workspace-platform/packages/mcp-server",
      "env": {
        "NODE_ENV": "development"
      }
    }
  }
}

Note: Replace the cwd path with your actual project path if different.

Features

Resources (Query Operations)

  • workspace-context - Current workspace structure and projects
  • team-composition - Team member profiles and roles
  • project-portfolio - Customer projects and revenue tracking
  • business-canvas/{customerId} - Business model canvases
  • swoft-vfs/{path} - Virtual filesystem navigation
  • codebase-architecture/{projectPath} - Architecture analysis

Tools (Command Operations)

  • search_domain_knowledge - Search for domain concepts and patterns
  • query_repository_intelligence - Git repository investigation
  • validate_recursive_domain_model - Domain model validation
  • assess_business_intelligence - Business metrics assessment

Development

# Build
npm run build

# Development with watch
npm run dev

# Start server
npm start

Troubleshooting

Connection Issues

  1. Ensure Claude Desktop is restarted after configuration changes
  2. Check that the server builds successfully: npm run build
  3. Test server startup: npx @swoft/workspace-mcp-server
  4. Verify connection: claude mcp list should show ✓ Connected

Common Problems

  • Server not found: Run npm run build first
  • Permission errors: Check file permissions on dist/server.js
  • Connection failed: Restart Claude Desktop after config changes

License

Private - Internal use only