Stats
Actions
Tags
From pinion-os
Local stdio MCP server running Pinion OS via npx. Enables Claude access to Pinion services with PINION_PRIVATE_KEY authentication. Capabilities unclear from config.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pinion": {
"command": "npx",
"args": [
"pinion-os"
],
"env": {
"PINION_PRIVATE_KEY": "<your-pinion-private-key>"
}
}
}
}Replace placeholder values for: PINION_PRIVATE_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
PINION_PRIVATE_KEY=Sensitive values you must provide — never committed to source control
npx claudepluginhub chu2bard/pinion-os --plugin pinion-os