Sdk
Freeby MCP Community
Primary SDK package for Metorial. Provides the main SDK functionality, session management, and MCP (Model Context Protocol) integration capabilities.
v2.1.2Added Apr 12, 2026
Sdk MCP Server
Primary SDK package for Metorial. Provides the main SDK functionality, session management, and MCP (Model Context Protocol) integration capabilities.
Installation
npx -y @metorial/sdk
Reviews
Installation
Quick install
npx -y @metorial/sdk
Add to claude_desktop_config.json
{
"mcpServers": {
"sdk": {
"command": "npx",
"args": ["-y", "@metorial/sdk"]
}
}
}