From maniple
Local stdio MCP server run via uvx from the maniple-mcp Python package, executing the 'maniple' command. Specific capabilities and purpose unclear from configuration.
npx claudepluginhub martian-engineering/maniple --plugin claude-teamAdd to your .mcp.json:
{
"mcpServers": {
"maniple": {
"command": "uvx",
"args": [
"--from",
"maniple-mcp@latest",
"maniple"
]
}
}
}uvx