Stats
Actions
Tags
From oh-my-cassette
Connects to Cassette service for managing project data, environments, and configurations. Requires Cassette host and project root.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cassette": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/run_local_mcp.py"
],
"env": {
"CASSETTE_MCP_HOST": "claude",
"CASSETTE_PROJECT_ROOT": "${CLAUDE_PROJECT_DIR}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
CASSETTE_MCP_HOST=claudeCASSETTE_PROJECT_ROOT=${CLAUDE_PROJECT_DIR}npx claudepluginhub cassette-editor/oh-my-cassette --plugin oh-my-cassette