agentic-tools-mcp-companion
agentic-tools-mcp-companionは、TypeScriptで構築された自動化ツールで、ワークフローの効率化を目的としています。ユーザーは簡単にタスクを自動化し、プロジェクトの生産性を向上させることができます。特に、APIとの連携やデータ処理の自動化に強みがあります。
GitHubスター
22
ユーザー評価
未評価
お気に入り
0
閲覧数
29
フォーク
4
イシュー
3
インストール方法
難易度
上級推定所要時間
20-45 分
インストール方法
1Open VS Code
2Go to Extensions view (Ctrl+Shift+X)
3Search for "Agentic Tools MCP Companion"
4Click "Install"
5Open a workspace folder
6The "Agentic Tools" sidebar will appear in the Activity Bar
1Clone or download this extension repository
2Open the extension folder in VS Code
3Run
npm install
to install dependencies4Press
F5
to run the extension in a new Extension Development Host window5Open a workspace folder in the new window
For the full experience with AI assistant integration:
1Install MCP Server:
npm install -g @pimzino/agentic-tools-mcp
2Configure Claude Desktop (or your preferred MCP client):
```json
{
"mcpServers": {
"agentic-tools": {
"command": "npx",
"args": ["-y", "@pimzino/agentic-tools-mcp"]