← Back to Plugins
MCP Server MCP

saagarpatel.dev Portfolio

github By github 👁 1 views ▲ 0 votes

Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.saagarpatel.dev/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "saagar-portfolio-mcp",
      "version": "0.1.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...