Stats
Actions
Tags
From terminals
Local MCP server for querying and managing a 3D studio asset registry. Runs a Python process to provide access to 3D model metadata and resources.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"terminals": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/server.py"
]
}
}
}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
npx claudepluginhub intuition-labs-llc/terminals-skills --plugin terminals