Get Available Resources

MCP Server

by hxk622 · Added 5mo ago

Claude
4

Install

git clone https://github.com/hxk622/TokenDance

Add to Claude

claude mcp add get-available-resources

Quick Setup Config

Copy & paste ready

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "get-available-resources": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/get-available-resources"
      ]
    }
  }
}

Paste into your Claude Desktop config file, then restart Claude.

About

This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic recommendations that inform computational approach decisions such as whether to use parallel processing (joblib, multiprocessing), out-of-core computing (Dask, Zarr), GPU acceleration (PyTorch, JAX), or memory-efficient strategies. Use this skill before runni...

Tags

ai-mlpythongobashapiskill

From Our Store

View all →
Toolkit

AI Coding Agent Blueprints

$49+

Workflow blueprints for AI coding agents

Claude Code

Claude Code Power User Kit

$39+

Advanced Claude Code skills and configurations