Tapeless-MCP
Tapeless-MCPはTypeScriptで構築されたプロジェクトで、特にタップレスな操作を実現するための機能を提供します。開発者が効率的に作業できるように設計されており、ユーザーインターフェースの改善や自動化されたワークフローをサポートします。これにより、開発プロセスがスムーズになり、エラーの削減が期待できます。
GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
17
フォーク
0
イシュー
0
README
Setup Instructions
- Clone the repo
- Ensure Deno v2 is installed
- Note down the absolute path to the
src/main.ts
file - 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"
]
}
}
}
- Ensure the
tapeless-cli
is installed and at the latest version - Start Claude with developer mode enabled