Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From apijack
Local stdio MCP server 'apijack' running via Bun on a bundled JavaScript file. Capabilities unclear from key and command alone.
npx claudepluginhub normalled/apijackCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"apijack": {
"command": "bun",
"args": [
"run",
"dist/mcp-server.bundle.js"
]
}
}
}Server configuration and connection parameters
bunCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.