Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-holster": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-holster": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}