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

mcp-extended-tools

v1.9.2

Published

Extended tools for command execution

Readme

MCP Extended Tools

Extended toolset for Model Context Protocol including command execution and terminal monitoring capabilities.

Project Development Plan

1. Fix Package Structure

  • [x] Update version to 1.6.6 to match documentation
  • [x] Add missing dependencies:
    • [x] chokidar for file watching
    • [x] portfinder for automatic port assignment
  • [x] Consolidate duplicate code between command-executor.js and commands.js
  • [x] Clean up package.json structure

2. MCP Server Integration

  • [x] Expand MCP server capabilities
    • [x] Implement watch_terminal feature
    • [x] Implement stop_process capability
    • [x] Add list_processes functionality
  • [x] Add comprehensive error handling
  • [x] Implement proper logging system
  • [x] Add capability negotiation

3. Core Features Implementation

  • [x] Terminal Monitoring System
    • [x] Real-time output streaming
    • [x] Terminal session management
    • [x] Output buffering and retrieval
  • [x] Process Management
    • [x] Process lifecycle management
    • [x] Resource cleanup
    • [x] Auto-restart capability
  • [x] File Watching
    • [x] Configure watch paths
    • [x] Implement ignore patterns
    • [x] Handle file change events
  • [x] Logging System
    • [x] Implement log rotation
    • [x] Add cleanup policies
    • [x] Configure log levels

4. Documentation

  • [ ] Update README with accurate feature list
  • [ ] Add detailed usage examples for each capability
  • [ ] Document error handling and troubleshooting
  • [ ] Add configuration documentation
  • [ ] Include security considerations

Installation

npm install mcp-extended-tools

Configuration

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "extended-tools": {
      "command": "npx",
      "args": ["-y", "[email protected]"]
    }
  }
}

Features

  1. Execute Commands
  2. Monitor Output
  3. Stop Processes
  4. List Active Processes
  5. File Watching
  6. Auto-Restart
  7. Log Management

Usage Examples

Coming soon...

Security Considerations

Coming soon...

Error Handling

Coming soon...

Contributing

Contributions are welcome! Please check the development plan above for current priorities.