Skip to content
Cursor

agentskin for Cursor

io.github.shawn5cents/agentskin

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

client:Cursor transport:stdio runtime:npm

Install agentskin in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentskin": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentskin"
      ],
      "env": {
        "BRAVE_SEARCH_API_KEY": "<BRAVE_SEARCH_API_KEY>",
        "SERPER_API_KEY": "<SERPER_API_KEY>",
        "TAVILY_API_KEY": "<TAVILY_API_KEY>",
        "APILAYER_KEY": "<APILAYER_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agentskin in other clients