← Back to Plugins
MCP Server MCP

io.github.skill-federation/skillfed-mcp

github By github 👁 1 views ▲ 0 votes

Find vetted agent skills for your task — privacy-preserving skill discovery over MCP.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "skillfed-mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Hosted federation endpoint URL (defaults to the public demo Space if unset)",
          "format": "string",
          "name": "SKILLFED_ENDPOINT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...