Skip to content
Cursor

skillfed mcp for Cursor

io.github.skill-federation/skillfed-mcp

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

client:Cursor transport:stdio runtime:npm

Install skillfed mcp 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": {
    "skillfed-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "skillfed-mcp"
      ],
      "env": {
        "SKILLFED_ENDPOINT": "<SKILLFED_ENDPOINT>"
      }
    }
  }
}

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

skillfed mcp in other clients