Tapeless-MCP

Tapeless-MCP is a project built with TypeScript that focuses on providing features for tapless operations. It is designed to help developers work efficiently, supporting improvements in user interfaces and automated workflows. This leads to a smoother development process and the potential reduction of errors.

GitHub Stars

0

User Rating

Not Rated

Favorites

0

Views

26

Forks

0

Issues

0

README
Setup Instructions
  1. Clone the repo
  2. Ensure Deno v2 is installed
  3. Note down the absolute path to the src/main.ts file
  4. Update the claude_desktop_config.json file, located in ~/Library/Application Support/Claude
{
  "mcpServers": {
    "tapeless": {
      "command": "deno",
      "args": [
        "-A",
        "/Users/douglasreiser/Dev/Tapeless/Tapeless-MCP/src/main.ts"
      ]
    }
  }
}
  1. Ensure the tapeless-cli is installed and at the latest version
  2. Start Claude with developer mode enabled