Skip to content
Cursor

Skillsmith for Cursor

io.github.smith-horn/skillsmith

Share agent skills across your team, scan them for risk, and track what's actually used.

client:Cursor transport:stdio runtime:npm

Install Skillsmith in Cursor

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

{
  "mcpServers": {
    "skillsmith": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@skillsmith/mcp-server"
      ]
    }
  }
}

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

Skillsmith in other clients