setup is agent-read markdown (skill) from ammawla/encode-toolkit: Set up the ENCODE Toolkit server connection. Use when the user needs help installing, configuring, or troubleshooting the ENCODE connector..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# ENCODE Toolkit Setup
## When to Use
- User needs help installing or configuring the ENCODE Toolkit MCP server
- User is getting connection errors or server startup failures
- User asks "how do I set up ENCODE?" or "install ENCODE toolkit"
- User needs to configure ENCODE credentials for restricted data access
- User wants to verify their ENCODE server connection is working
- User is setting up a new environment and needs the ENCODE plugin
Help the user set up the ENCODE Toolkit server. The server connects Claude to the ENCODE Project genomics database — the largest public catalog of functional genomic elements with 8,000+ experiments across 50+ assay types.
## Installation
The ENCODE Toolkit server is installed via `uvx` (recommended) or `pip`:
### For Claude Code (CLI)
```bash
claude mcp add encode -- uvx encode-toolkit
```
### For Claude Desktop
Add to `claude_desktop_config.json`:
- **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
- **Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
```json
{
"mcpServers": {
"encode": {
"command": "uvx",
"args": ["encode-toolkit"]
}
}
}
```
Then restart Claude Desktop.
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_dz6g5o6ter3lxkux
GET https://markdownregistry.com/api/v1/resolve?ref=ammawla/encode-toolkit/setup
GET https://markdownregistry.com/api/v1/blob/1101898eace2afd06335b247f47db1565c14c52496bde112d8f5368cadf6531d
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
ammawla/encode-toolkit · plugin/skills/accessibility-aggregation/SKILL.md · Build comprehensive chromatin accessibility maps by aggregating ATAC-seq and DNase-seq narrowPeak data across multiple…
ammawla/encode-toolkit · plugin/skills/cellxgene-context/SKILL.md · Guide for integrating CellxGene Census single-cell data with ENCODE bulk experiments. Use when users need…
ammawla/encode-toolkit · plugin/skills/cite-encode/SKILL.md · Generate proper ENCODE citations for publications, grants, and presentations. Use when the user needs to cite ENCODE…
ammawla/encode-toolkit · plugin/skills/clinvar-annotation/SKILL.md · Guide for annotating ENCODE regulatory variants with ClinVar clinical significance. Use when users need to check if…
ammawla/encode-toolkit · plugin/skills/compare-biosamples/SKILL.md · Compare ENCODE experiments across different biosamples, tissues, or cell lines to identify tissue-specific regulatory…
ammawla/encode-toolkit · plugin/skills/disease-research/SKILL.md · Use ENCODE functional genomics data for disease mechanism research. Use when the user wants to connect GWAS variants to…
ammawla/encode-toolkit · plugin/skills/download-encode/SKILL.md · Download ENCODE genomics files (BED, FASTQ, BAM, bigWig, etc.) to the user's machine. Use when the user wants to…
feder-cr/aihawk · skills/setup/SKILL.md · What the invisible_playwright_mcp browser server needs on this machine - the patched Firefox it drives, which the…
feder-cr/invisible_playwright_mcp · skills/setup/SKILL.md · What the invisible_playwright_mcp browser server needs on this machine - the patched Firefox it drives, which the…
nanocoai/nanoclaw · .claude/skills/setup/SKILL.md · Run initial NanoClaw setup. Use when user wants to install NanoClaw, configure it, or go through first-time setup…
tencent/teamai-cli · skill-data/setup/SKILL.md · TeamAI day 0 and repo lifecycle: create a team repo as admin, join an existing team as a member, manage members, roles…
fcakyon/claude-codex-settings · plugins/overleaf-skills/skills/setup/SKILL.md · This skill should be used when user asks to "set up overleaf", "configure overleaf cookie", "overleaf auth failed"…
fcakyon/claude-codex-settings · plugins/github-dev/skills/setup/SKILL.md · This skill should be used when the user asks "how to setup GitHub CLI", "configure gh", "gh auth not working", "GitHub…