T

Tapeless-MCP

...
Created 12/10/2024byTapeless-App

Language:

TypeScript

Stars:

0

Forks:

0

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
Last updated: 12/10/2024

Publisher info

Tapeless-App's avatar

Tapeless-App

0
followers
0
following
3
repos

More MCP servers built with TypeScript

mcp-server-ssh-rails-runner

MCP server that facilitates an SSH connection to a deployed Rails app so you can run Rails REPL commands

By tadasant7
mcp-jina-reader

Jina Reader MCP Server

By wong238
postman-mcp-server

An MCP server that provides access to Postman.

By delano64