Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"manta-bus": {
"command": "sh",
"args": [
"-c",
"DIR=\"${CLAUDE_PLUGIN_ROOT:-.}\"; SRV=\"$DIR/dist/bin/server.cjs\"; if [ ! -f \"$SRV\" ]; then echo \"manta-bus: server entry not found at $SRV — CLAUDE_PLUGIN_ROOT is unset and there is no dist/ under the current directory. Run 'manta install' (writes an absolute path) or load Manta as a Claude Code plugin.\" >&2; exit 1; fi; exec node \"$SRV\""
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
shCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub tr00x/manta --plugin manta