Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From repowise
Runs a local MCP server for repository analysis and management tasks. Purpose and capabilities are not specified in the configuration.
npx claudepluginhub repowise-dev/repowise --plugin repowiseCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"repowise": {
"command": "repowise",
"args": [
"mcp"
]
}
}
}Server configuration and connection parameters
repowiseCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.