Resources MCP Server Setup

Resources hosts a remote MCP server at https://docs.sequra.com/mcp. Configure your AI development tools to connect to this server. If your APIs require authentication, you can pass in headers via query parameters or however headers are configured in your MCP client.

Add to~/.cursor/mcp.json:

{
  "mcpServers": {
    "sequradocs": {
      "url": "https://docs.sequra.com/mcp"
    }
  }
}