Odel
Skillsmith

Skillsmith

Local
@smith-horn78TypeScriptUpdated Yesterday

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

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).

npm@skillsmith/mcp-serverv0.7.13

Run

npx -y @skillsmith/mcp-server

MCP client config

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