Odel
agentskin

agentskin

Local
@shawn5cents1TypeScriptUpdated 1w ago

The Semantic Layer for AI Agents. Prunes noisy API data by 70%+ for token-efficient reasoning.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmagentskinv4.0.1

Run

npx -y agentskin

MCP client config

{
  "mcpServers": {
    "agentskin": {
      "command": "npx",
      "args": [
        "-y",
        "agentskin"
      ]
    }
  }
}