SREDDY. Connection guide

Connect your AI

Paste your key below and every snippet fills itself in. Nothing leaves your browser.

claude.ai — web or desktop

Settings → Connectors → Add custom connector, then paste this URL.

https://sred-alberta-mcp-server.vercel.app/mcp/YOUR_KEY_HERE

Claude Code

One command in your terminal.

claude mcp add --transport http sred-alberta https://sred-alberta-mcp-server.vercel.app/mcp --header "Authorization: Bearer YOUR_KEY_HERE"

Cursor

Add to .cursor/mcp.json.

{
  "mcpServers": {
    "sred-alberta": {
      "url": "https://sred-alberta-mcp-server.vercel.app/mcp",
      "headers": { "Authorization": "Bearer YOUR_KEY_HERE" }
    }
  }
}

Any other MCP client

Anything speaking Streamable HTTP. No header support? Use the key-in-URL form above.

URL:    https://sred-alberta-mcp-server.vercel.app/mcp
Header: Authorization: Bearer YOUR_KEY_HERE

Then just start talking.

“Create a claim file for my corporation and tell me every deadline I'm facing.”
“Pull our R&D work from GitHub and screen it for eligibility.”
“Compare the proxy and traditional methods before we lock anything.”