Terfable

Akinmoldun/Terfable
★ 0 stars TypeScript File System Updated today
The MCP server is designed for agents. It returns job ids, metadata, manifests, and file references first, then lets the agent read only the files it needs.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "terfable": {
      "command": "npx",
      "args": [
        "-y",
        "Akinmoldun/Terfable"
      ]
    }
  }
}