Stats
Actions
Tags
From tower
Local MCP server running the 'tower' Python package via uvx as a subprocess. Purpose unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tower": {
"command": "uvx",
"args": [
"tower",
"mcp-server"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
npx claudepluginhub tower/tower-cli