
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
mcpyammy-npm
Advanced tools
MCP (Model Context Protocol) サーバー設定をYAMLで管理するCLIツール
npm install -g mcpyammy
または、ローカルインストール:
npm install mcpyammy
引数なしで実行すると、インタラクティブモードが起動します:
mcpyammy
YAMLファイルからMCPサーバー設定を適用します:
mcpyammy apply config.yaml
既存のJSONファイルをYAML形式に変換します:
mcpyammy import mcp.json
YAMLファイルの内容をプレビューします:
mcpyammy preview config.yaml
- name: "example-server"
command: "node"
args:
- "server.js"
- "--port"
- "3000"
env:
NODE_ENV: "production"
API_KEY: "your-api-key"
extra:
timeout: 30
retries: 3
このツールは以下のセキュリティ対策を実装しています:
git clone <repository-url>
cd mcpyammy
npm install
npm run build
npm test
npm run lint
プログラムから使用する場合:
import { ConfigProcessor } from 'mcpyammy';
const processor = new ConfigProcessor();
const servers = await processor.loadAndValidateYAML('config.yaml');
await processor.processClients(servers);
詳細なAPIドキュメントは API.md を参照してください。
git checkout -b feature/amazing-feature
)git commit -m 'Add amazing feature'
)git push origin feature/amazing-feature
)このプロジェクトはMITライセンスの下で公開されています。詳細は LICENSE ファイルを参照してください。
詳細な変更履歴は CHANGELOG.md を参照してください。
バグ報告や機能リクエストは GitHub Issues までお願いします。
FAQs
MCP (Model Context Protocol) サーバー設定をYAMLで管理するCLIツール
We found that mcpyammy-npm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.